Interface ILspLayerStateListener


public interface ILspLayerStateListener
Listener for state changes in an ILspLayer.
Since:
2012.0
See Also:
  • Method Details

    • layerStateEvent

      void layerStateEvent(TLspLayerStateEvent aEvent)
      Notifies the listener of a state change of a property of an ILspLayer for a specific TLspPaintRepresentation. 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

      void layerPaintStateEvent(TLspLayerPaintStateEvent aEvent)
      Notifies the listener of a state change of a property of an ILspLayer for a specific TLspPaintRepresentationState. 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