Uses of Interface
com.luciad.view.lightspeed.layer.ILspLayerStateListener
Packages that use ILspLayerStateListener
-
Uses of ILspLayerStateListener in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer with parameters of type ILspLayerStateListenerModifier and TypeMethodDescriptionvoid
ALspLayer.addLayerStateListener
(ILspLayerStateListener aListener) void
ILspLayer.addLayerStateListener
(ILspLayerStateListener aListener) Adds a state change listener to this layer.void
TLspLayerStateSupport.addLayerStateListener
(ILspLayerStateListener aListener) Adds a layer state listener to be notified of state change events.void
ALspLayer.removeLayerStateListener
(ILspLayerStateListener aListener) void
ILspLayer.removeLayerStateListener
(ILspLayerStateListener aListener) Removes the specified state listener from this layer.void
TLspLayerStateSupport.removeLayerStateListener
(ILspLayerStateListener aListener) Removes the specified layer state listener.