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 |
model() |
Node |
node() |
V |
view() |
void activate() throws CoreException
CoreException
- if activation failsCopyright © 2011–2016 JRebirth OSS. All rights reserved.