Interface ILcdLabelLocationListener

All Superinterfaces:
EventListener

public interface ILcdLabelLocationListener extends EventListener

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

Since:
7.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the information of the label locations changes.
  • Method Details

    • labelLocationChanged

      void labelLocationChanged(TLcdLabelLocationEvent 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 ALcdLabelLocations instance where the information changed.