Uses of Class
com.luciad.view.TLcdLayeredEvent
Packages that use 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
Methods in com.luciad.format.dafif.gui with parameters of type TLcdLayeredEventModifier and TypeMethodDescriptionvoidTLcdDAFIFLoaderViewAdapter.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
Methods in com.luciad.view with parameters of type TLcdLayeredEventModifier and TypeMethodDescriptionvoidTLcdLayeredSupport.fireLayeredEvent(TLcdLayeredEvent aLayeredEvent) final voidALcdWeakLayeredListener.layeredStateChanged(TLcdLayeredEvent aLayeredEvent) Notify thisILcdLayeredListenerthat the state of anILcdLayeredhas changed.voidILcdLayeredListener.layeredStateChanged(TLcdLayeredEvent e) Notify thisILcdLayeredListenerthat the state of anILcdLayeredhas changed.protected abstract voidALcdWeakLayeredListener.layeredStateChangeImpl(T aToModify, TLcdLayeredEvent aLayeredEvent) This method is called each time aTLcdLayeredEventis received by this listener, and the short-living object to modify passed in the constructor of this listener is not yet GC-ed.