public final class SampleController extends AbstractController<SampleModel,SampleView>
| Modifier and Type | Class and Description |
|---|---|
private class |
SampleController.SampleMouseAdapter
The class SampleMouseAdapter.
|
EventAdapter.Linker| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER
The class logger.
|
| Constructor and Description |
|---|
SampleController(SampleView view)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
initEventAdapters() |
protected void |
initEventHandlers() |
(package private) void |
onMouseClicked(MouseEvent event)
Manage Mouse click of widget that have annotation.
|
linkCommand, linkCommand, linkService, linkService, linkUi, linkUi, linkWave, linkWaveactivate, addAdapter, finalize, getHandler, getModel, getRootNode, getView, initInternalEventAdapters, initInternalEventHandlerspublic 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>CoreExceptionprotected void initEventHandlers()
throws CoreException
initEventHandlers in class AbstractBaseController<SampleModel,SampleView>CoreExceptionvoid onMouseClicked(MouseEvent event)
event - the mouse eventCopyright © 2011-2014 JRebirth. All Rights Reserved.