Interface ILspLabelLocationChangeListener


public interface ILspLabelLocationChangeListener

This interface defines listeners that can be notified of changes in the label location information.

Since:
2012.0
See Also:
  • Method Details

    • labelLocationChanged

      void labelLocationChanged(TLspLabelLocationChangedEvent aEvent)
      Called whenever the information of the label locations changes.
      Parameters:
      aEvent - The event describing which labels changed. The source of this event is the ALspLabelLocations instance where the information changed.