Uses of Class
com.luciad.util.TLcdSelectionChangedEvent
Packages that use TLcdSelectionChangedEvent
-
Uses of TLcdSelectionChangedEvent in com.luciad.util
Methods in com.luciad.util with parameters of type TLcdSelectionChangedEventModifier 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)