Interface DisplayListener


public interface DisplayListener
Interface for classes that listen for display events.
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a display sends an informational message.
  • Method Details

    • receiveInfoMessage

      void receiveInfoMessage(DisplayEvent evt)
      Called when a display sends an informational message. The message will be the subject of the display event.
      Parameters:
      evt - the evt containing the messge sent by the display