Interface ILcdStatusListener<T>

All Superinterfaces:
EventListener
All Known Implementing Classes:
ALcdWeakStatusListener, TLcdStatusBar

public interface ILcdStatusListener<T> extends EventListener
An ILcdStatusListener can be notified of status changes.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be called when the status of an Object to which this ILcdStatusListener has been registered has changed.
  • Method Details

    • statusChanged

      void statusChanged(TLcdStatusEvent<T> aStatusEvent)
      This method will be called when the status of an Object to which this ILcdStatusListener has been registered has changed.
      Parameters:
      aStatusEvent - a TLcdStatusEvent detailing the status changes.