Package com.luciad.view.lightspeed.layer
Interface ILspLayerStateListener
public interface ILspLayerStateListener
Listener for state changes in an
ILspLayer
.- Since:
- 2012.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notifies the listener of a state change of a property of anILspLayer
for a specificTLspPaintRepresentationState
.void
layerStateEvent
(TLspLayerStateEvent aEvent) Notifies the listener of a state change of a property of anILspLayer
for a specificTLspPaintRepresentation
.
-
Method Details
-
layerStateEvent
Notifies the listener of a state change of a property of anILspLayer
for a specificTLspPaintRepresentation
. The supplied event object provides more information about the state change.- Parameters:
aEvent
- describes the way in which the state of a particular layer has changed
-
layerPaintStateEvent
Notifies the listener of a state change of a property of anILspLayer
for a specificTLspPaintRepresentationState
. The supplied event object provides more information about the state change.- Parameters:
aEvent
- describes the way in which the state of a particular layer has changed
-