public interface FwkControlledByInterface
Modifier and Type | Method and Description |
---|---|
FwkControllerInterface |
getController()
Get the controller instance of the application.
|
void |
setController(FwkControllerInterface controller)
Set the controller instance of the application.
|
FwkControllerInterface getController()
void setController(FwkControllerInterface controller)
controller
- The controller instance of the application.