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