Package VASSAL.launch
Class AbstractLaunchAction.NotifyOpenModuleOkListener
java.lang.Object
VASSAL.launch.AbstractLaunchAction.NotifyOpenModuleOkListener
- All Implemented Interfaces:
EventListener<AbstractLaunchAction.NotifyOpenModuleOk>
- Enclosing class:
- AbstractLaunchAction
protected static class AbstractLaunchAction.NotifyOpenModuleOkListener extends Object implements EventListener<AbstractLaunchAction.NotifyOpenModuleOk>
-
Constructor Summary
Constructors Modifier Constructor Description protected
NotifyOpenModuleOkListener()
-
Method Summary
Modifier and Type Method Description void
receive(Object src, AbstractLaunchAction.NotifyOpenModuleOk msg)
Receive notification of an event.
-
Constructor Details
-
NotifyOpenModuleOkListener
protected NotifyOpenModuleOkListener()
-
-
Method Details
-
receive
Description copied from interface:EventListener
Receive notification of an event.- Specified by:
receive
in interfaceEventListener<AbstractLaunchAction.NotifyOpenModuleOk>
- Parameters:
src
- the source of the eventmsg
- the event
-