public final class SampleController extends AbstractController<SampleModel,SampleView>
EventAdapter.Linker
NOT_IMPLEMENTED_YET
Constructor and Description |
---|
SampleController(SampleView 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.
|
(package private) void |
onMouseClicked(MouseEvent event)
Manage Mouse click of widget that have annotation.
|
callCommand, callCommand, linkCommand, linkCommand, linkService, linkService, linkUi, linkUi, linkWave, linkWave
activate, addAdapter, finalize, getHandler, initInternalEventAdapters, initInternalEventHandlers, model, node, view
public SampleController(SampleView view) throws CoreException
view
- the view to controlCoreException
- if an error occurred while creating event handlersprotected void initEventAdapters() throws CoreException
initEventAdapters
in class AbstractBaseController<SampleModel,SampleView>
CoreException
- if an error occurred while creating event adaptersprotected void initEventHandlers() throws CoreException
initEventHandlers
in class AbstractBaseController<SampleModel,SampleView>
CoreException
- if an error occurred while creating event handlersvoid onMouseClicked(MouseEvent event)
event
- the mouse eventCopyright © 2011–2016 JRebirth OSS. All rights reserved.