public interface ControllerLifecyclePlugin
call(Controller, Class, Object...)
will be called for each controllers in proper lifecycle.
This means if your controller is binded in OnCreate phase, then there will be no call on this plugin because controller is not even functional at that time.
Created by nius on 10/13/15.Modifier and Type | Method and Description |
---|---|
void |
call(Controller controller,
java.lang.Class<? extends LifecycleObserver> lifecycleObserver,
java.lang.Object... parameters) |
void call(Controller controller, java.lang.Class<? extends LifecycleObserver> lifecycleObserver, java.lang.Object... parameters)