M
- the class type of the model of the view controlledV
- the class type of the view controlledpublic class DefaultController<M extends Model,V extends View<M,?,?>> extends AbstractController<M,V>
EventAdapter.Linker
NOT_IMPLEMENTED_YET
Constructor and Description |
---|
DefaultController(V view)
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
initEventAdapters()
Custom method used to initialize event Adapters.
|
protected void |
initEventHandlers()
Custom method used to initialize event handlers.
|
callCommand, callCommand, linkCommand, linkCommand, linkService, linkService, linkUi, linkUi, linkWave, linkWave
activate, addAdapter, finalize, getHandler, initInternalEventAdapters, initInternalEventHandlers, model, node, view
public DefaultController(V view) throws CoreException
view
- the view controlledCoreException
- if an error occurred while initializationprotected void initEventAdapters() throws CoreException
initEventAdapters
in class AbstractBaseController<M extends Model,V extends View<M,?,?>>
CoreException
- if an error occurred while creating event adaptersprotected void initEventHandlers() throws CoreException
initEventHandlers
in class AbstractBaseController<M extends Model,V extends View<M,?,?>>
CoreException
- if an error occurred while creating event handlersCopyright © 2011–2016 JRebirth OSS. All rights reserved.