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