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