Uses of Enum Class
com.luciad.view.lightspeed.layer.TLspLayerStateEvent.Type
-
Uses of TLspLayerStateEvent.Type in com.luciad.view.lightspeed.layer
Modifier 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.Modifier 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.ModifierConstructorDescriptionTLspLayerStateEvent
(ILspLayer aLayer, TLspLayerStateEvent.Type aType, TLspPaintRepresentation aPaintRepresentation, Object aOldValue, Object aNewValue) Creates a new layer state change event with the given parameters.