Interface EventListener


public interface EventListener
Interface to be implemented by classes interested in receiving events.

Listeners should be registered by using EventService#addListener(EventListener).

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when an event occurs.
  • Method Details

    • processEvent

      void processEvent(Event evt)
      Invoked when an event occurs.
      Parameters:
      evt - event