Interface EventListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handleEvent​(Event evt)
      This method is called whenever an event occurs of the event type for which the EventListener interface was registered.
    • Method Detail

      • handleEvent

        void handleEvent​(Event evt)
        This method is called whenever an event occurs of the event type for which the EventListener interface was registered.
        Parameters:
        evt - The Event contains contextual information about the event.