Package hec.map.selection
Class GraphicElementSelectionEventSupport
java.lang.Object
hec.map.selection.GraphicElementSelectionEventSupport
- All Implemented Interfaces:
GraphicElementSelectionEventListener,GraphicElementSelectionEventNotifier
public class GraphicElementSelectionEventSupport
extends Object
implements GraphicElementSelectionEventListener, GraphicElementSelectionEventNotifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddToSelection(Object source, GraphicElementSelectionEvent event) voidclearSelection(Object source, GraphicElementSelectionEvent event) protected CollectiongetSourceAsCollection(Object source) voidvoidselectionChange(Object source, GraphicElementSelectionEvent event)
-
Constructor Details
-
GraphicElementSelectionEventSupport
public GraphicElementSelectionEventSupport()
-
-
Method Details
-
addListener
- Specified by:
addListenerin interfaceGraphicElementSelectionEventNotifier
-
removeListener
- Specified by:
removeListenerin interfaceGraphicElementSelectionEventNotifier
-
getSourceAsCollection
-
selectionChange
- Specified by:
selectionChangein interfaceGraphicElementSelectionEventListener
-
addToSelection
- Specified by:
addToSelectionin interfaceGraphicElementSelectionEventListener
-
clearSelection
- Specified by:
clearSelectionin interfaceGraphicElementSelectionEventListener
-