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,?,?>>
V getView()
Node getRootNode()
M getModel()
void activate()
throws CoreException
CoreException - if activation failsCopyright © 2011–2014 JRebirth OSS. All rights reserved.