Interface ILcdLabelPaintedListener

All Superinterfaces:
EventListener

public interface ILcdLabelPaintedListener extends EventListener

This interface defines listeners that can be notified of changes when the painted status in the label location is modified.

Since:
10.1
See Also:
  • Method Summary

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

    • labelPaintedChanged

      void labelPaintedChanged(TLcdLabelPaintedEvent aEvent)
      Called whenever the painted status 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.