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 protected
NotifySaveFileOkListener()
-
Method Summary
Modifier and Type Method Description void
receive(Object rc, AbstractLaunchAction.NotifySaveFileOk msg)
Receive notification of an event.
-
Constructor Details
-
NotifySaveFileOkListener
protected NotifySaveFileOkListener()
-
-
Method Details
-
receive
Description copied from interface:EventListener
Receive notification of an event.- Specified by:
receive
in interfaceEventListener<AbstractLaunchAction.NotifySaveFileOk>
- Parameters:
rc
- the source of the eventmsg
- the event
-