Package hec.map.selection
Class GraphicElementSelectionEvent
java.lang.Object
hec.map.selection.GraphicElementSelectionEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setOldSelection
(Collection<GraphicElementSelection> oldSelection) void
setSelection
(GraphicElementSelection selection)
-
Constructor Details
-
GraphicElementSelectionEvent
public GraphicElementSelectionEvent()
-
-
Method Details
-
getSelection
- Returns:
- the selection
-
setSelection
- Parameters:
selection
- the selection to set
-
getOldSelection
- Returns:
- the oldSelection
-
setOldSelection
- Parameters:
oldSelection
- the oldSelection to set
-