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