Package VASSAL.tools.concurrent.listener
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
-
Method Details
-
receive
Receive notification of an event.- Parameters:
src
- the source of the eventevent
- the event
-