Uses of Class
com.luciad.util.TLcdSelectionChangedEvent
-
Uses of TLcdSelectionChangedEvent in com.luciad.util
Modifier and TypeMethodDescriptionprotected void
TLcdSelectionSupport.fireSelectionEvent
(TLcdSelectionChangedEvent<T> aSelectionEvent) Fires aTLcdSelectionChangedEvent
to all the registered listeners.final void
ALcdWeakSelectionListener.selectionChanged
(TLcdSelectionChangedEvent 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
.void
ILcdSelectionListener.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
.protected abstract void
ALcdWeakSelectionListener.selectionChangedImpl
(T aToModify, TLcdSelectionChangedEvent aSelectionEvent)