M - class type which will be the model of the view controlled, it must implements the #Model interfaceV - class type which will be control this controller, it must implements the #View interfacepublic interface Controller<M extends Model,V extends View<M,?,?>>
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activate the controller by initializing all event handler.
|
M |
getModel() |
Node |
getRootNode() |
V |
getView() |
V getView()
Node getRootNode()
M getModel()
void activate()
throws CoreException
CoreException - if activation failsCopyright © 2011–2015 JRebirth OSS. All rights reserved.