Package com.luciad.util
Interface ILcdSelectionListener<T>
- All Superinterfaces:
EventListener
,Serializable
- All Known Implementing Classes:
ALcdWeakSelectionListener
An
ILcdSelectionListener
can be notified of selection changes
in an ILcdSelection
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
selectionChanged
(TLcdSelectionChangedEvent<T> aSelectionEvent) This method will be called by anILcdSelection
when thisILcdSelectionListener
has been registered to it, and when the selection state of someObject
has changed in theILcdSelection
.
-
Method Details
-
selectionChanged
This method will be called by anILcdSelection
when thisILcdSelectionListener
has been registered to it, and when the selection state of someObject
has changed in theILcdSelection
.- Parameters:
aSelectionEvent
- a TLcdSelectionChangedEvent detailing the changes in the selection.
-