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 TypeMethodDescriptionvoidselectionChanged(TLcdSelectionChangedEvent<T> aSelectionEvent) This method will be called by anILcdSelectionwhen thisILcdSelectionListenerhas been registered to it, and when the selection state of someObjecthas changed in theILcdSelection.
-
Method Details
-
selectionChanged
This method will be called by anILcdSelectionwhen thisILcdSelectionListenerhas been registered to it, and when the selection state of someObjecthas changed in theILcdSelection.- Parameters:
aSelectionEvent- a TLcdSelectionChangedEvent detailing the changes in the selection.
-