Uses of Class
com.luciad.view.TLcdLayeredEvent
Package
Description
GUI aspects independent of any chosen windows API in the context of the DAFIF format.
General aspects of views.
-
Uses of TLcdLayeredEvent in com.luciad.format.dafif.gui
Modifier and TypeMethodDescriptionvoid
TLcdDAFIFLoaderViewAdapter.layeredStateChanged
(TLcdLayeredEvent event) If a LAYER_REMOVED event is received, the model is passed to the DAFIF loader to allow it to check whether it was a DAFIF model and its internal state should be updated. -
Uses of TLcdLayeredEvent in com.luciad.view
Modifier and TypeMethodDescriptionvoid
TLcdLayeredSupport.fireLayeredEvent
(TLcdLayeredEvent aLayeredEvent) final void
ALcdWeakLayeredListener.layeredStateChanged
(TLcdLayeredEvent aLayeredEvent) Notify thisILcdLayeredListener
that the state of anILcdLayered
has changed.void
ILcdLayeredListener.layeredStateChanged
(TLcdLayeredEvent e) Notify thisILcdLayeredListener
that the state of anILcdLayered
has changed.protected abstract void
ALcdWeakLayeredListener.layeredStateChangeImpl
(T aToModify, TLcdLayeredEvent aLayeredEvent) This method is called each time aTLcdLayeredEvent
is received by this listener, and the short-living object to modify passed in the constructor of this listener is not yet GC-ed.