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