Uses of Enum Class
com.luciad.view.lightspeed.layer.TLspLayerStateEvent.Type
Packages that use TLspLayerStateEvent.Type
-
Uses of TLspLayerStateEvent.Type in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer that return TLspLayerStateEvent.TypeModifier and TypeMethodDescriptionTLspLayerStateEvent.getType()
Returns the type of property that has changed.static TLspLayerStateEvent.Type
Returns the enum constant of this class with the specified name.static TLspLayerStateEvent.Type[]
TLspLayerStateEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed.layer with parameters of type TLspLayerStateEvent.TypeModifier and TypeMethodDescriptionvoid
ALspLayer.fireLayerStateChange
(TLspLayerStateEvent.Type aType, TLspPaintRepresentation aPaintRepresentation, Object aOldValue, Object aNewValue) Fires a layer state change event with the specified properties.void
TLspLayerStateSupport.fireLayerStateChange
(TLspLayerStateEvent.Type aType, TLspPaintRepresentation aPaintRepresentation, Object aOldValue, Object aNewValue) Creates a newTLspLayerStateEvent
with the given properties and dispatches it to all currently registered listeners.Constructors in com.luciad.view.lightspeed.layer with parameters of type TLspLayerStateEvent.TypeModifierConstructorDescriptionTLspLayerStateEvent
(ILspLayer aLayer, TLspLayerStateEvent.Type aType, TLspPaintRepresentation aPaintRepresentation, Object aOldValue, Object aNewValue) Creates a new layer state change event with the given parameters.