Interface EventListener<T>

All Known Implementing Classes:
AbstractLaunchAction.NotifyImportModuleOkListener, AbstractLaunchAction.NotifyNewModuleOkListener, AbstractLaunchAction.NotifyOpenModuleFailedListener, AbstractLaunchAction.NotifyOpenModuleOkListener, AbstractLaunchAction.NotifySaveFileOkListener, DotPrinter, DummyEventListener, EventAccumulator, Launcher.CloseRequestListener

public interface EventListener<T>
An interface for handling events.
Since:
3.2.0
Author:
Joel Uckelman
See Also:
EventListenerSupport
  • Method Summary

    Modifier and Type Method Description
    void receive​(Object src, T event)
    Receive notification of an event.
  • Method Details

    • receive

      void receive​(Object src, T event)
      Receive notification of an event.
      Parameters:
      src - the source of the event
      event - the event