Package VASSAL.launch
Class Launcher.CloseRequestListener
java.lang.Object
VASSAL.launch.Launcher.CloseRequestListener
- All Implemented Interfaces:
EventListener<Launcher.CloseRequest>
- Enclosing class:
- Launcher
protected class Launcher.CloseRequestListener extends Object implements EventListener<Launcher.CloseRequest>
-
Constructor Summary
Constructors Modifier Constructor Description protected
CloseRequestListener()
-
Method Summary
Modifier and Type Method Description void
receive(Object src, Launcher.CloseRequest msg)
Receive notification of an event.
-
Constructor Details
-
CloseRequestListener
protected CloseRequestListener()
-
-
Method Details
-
receive
Description copied from interface:EventListener
Receive notification of an event.- Specified by:
receive
in interfaceEventListener<Launcher.CloseRequest>
- Parameters:
src
- the source of the eventmsg
- the event
-