public interface IController
Modifier and Type | Method and Description |
---|---|
void |
activate()
Register all listeners and start background work here
|
void |
deactivate()
Unregister all listeners and stop background work here
|
IView |
getView() |
void |
initialize()
Instantiate and prepare everything here
|
IView getView()
void initialize()
void activate()
void deactivate()