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 protectedNotifyImportModuleOkListener() -
Method Summary
Modifier and Type Method Description voidreceive(Object src, AbstractLaunchAction.NotifyImportModuleOk msg)Receive notification of an event.
-
Constructor Details
-
NotifyImportModuleOkListener
protected NotifyImportModuleOkListener()
-
-
Method Details
-
receive
Description copied from interface:EventListenerReceive notification of an event.- Specified by:
receivein interfaceEventListener<AbstractLaunchAction.NotifyImportModuleOk>- Parameters:
src- the source of the eventmsg- the event
-