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 TypeMethodDescriptionvoid
void
addToSelection
(Object source, GraphicElementSelectionEvent event) void
clearSelection
(Object source, GraphicElementSelectionEvent event) protected Collection
getSourceAsCollection
(Object source) void
void
selectionChange
(Object source, GraphicElementSelectionEvent event)
-
Constructor Details
-
GraphicElementSelectionEventSupport
public GraphicElementSelectionEventSupport()
-
-
Method Details
-
addListener
- Specified by:
addListener
in interfaceGraphicElementSelectionEventNotifier
-
removeListener
- Specified by:
removeListener
in interfaceGraphicElementSelectionEventNotifier
-
getSourceAsCollection
-
selectionChange
- Specified by:
selectionChange
in interfaceGraphicElementSelectionEventListener
-
addToSelection
- Specified by:
addToSelection
in interfaceGraphicElementSelectionEventListener
-
clearSelection
- Specified by:
clearSelection
in interfaceGraphicElementSelectionEventListener
-