Package hec.map.selection
Interface GraphicElementSelectionEventListener
- All Known Implementing Classes:
GraphicElementSelectionEventSupport
,GraphicElementSelector
public interface GraphicElementSelectionEventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToSelection
(Object source, GraphicElementSelectionEvent event) void
clearSelection
(Object source, GraphicElementSelectionEvent event) void
selectionChange
(Object source, GraphicElementSelectionEvent event)
-
Method Details
-
selectionChange
-
addToSelection
-
clearSelection
-