Package com.kheops.jmap.client.views
Interface ViewEventListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ToolAreaPolygon,ToolDistance,ToolDraw,ToolDrawBox,ToolDrawCircle,ToolDrawLabel,ToolDrawLine,ToolDrawMultiLine,ToolDrawPoint,ToolDrawPointCoordinate,ToolDrawPolygon,ToolDrawState,ToolRotationByPoints,ToolSelectBox,ToolSelectCircle,ToolSelectLine,ToolSelectPolygon,ToolZoomInBox,ToolZoomOutBox,ViewAdapter,ViewCopyCoordinatesToClipboardAction,ViewManager,ViewSyncGroup
This interface must be implemented by any class that wants to handle
events on a View instance
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method handles ViewChangedEventvoidThis method handles ViewPopupMenuShowingvoidThis method handles ViewReadyOccurredvoidThis method handles viewRedrawOccurredvoidThis method handles viewRepaintOccurredvoidThis method handles viewStaticElementChangedvoidThis method handles ViewToolChangedEvent
-
Method Details
-
viewChangedOccurred
This method handles ViewChangedEvent- Parameters:
e- the corresponding ViewChangedEvent object
-
viewToolChangedOccurred
This method handles ViewToolChangedEvent- Parameters:
e- the corresponding ViewToolChangedEvent object
-
viewRedrawOccurred
This method handles viewRedrawOccurred- Parameters:
e- the corresponding ViewRedrawEvent object
-
viewRepaintOccurred
This method handles viewRepaintOccurred- Parameters:
e- the corresponding ViewRepaintEvent object
-
viewStaticElementChanged
This method handles viewStaticElementChanged- Parameters:
e- the corresponding ViewStaticElementEvent object
-
viewPopupMenuShowing
This method handles ViewPopupMenuShowing- Parameters:
e- the corresponding ViewPopupMenuShowingEvent object
-
viewReadyOccurred
This method handles ViewReadyOccurred- Parameters:
e- the corresponding ViewReadyEvent object
-