org.pdfsam.guiclient.business.listeners.mediators
Class ApplicationExitMediator
java.lang.Object
org.pdfsam.guiclient.business.listeners.mediators.ApplicationExitMediator
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class ApplicationExitMediator
- extends java.lang.Object
- implements java.awt.event.ActionListener
Listener for the exit action
- Author:
- a.vacondio
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXIT_COMMAND
public static final java.lang.String EXIT_COMMAND
- See Also:
- Constant Field Values
SAVE_AND_EXIT_COMMAND
public static final java.lang.String SAVE_AND_EXIT_COMMAND
- See Also:
- Constant Field Values
ApplicationExitMediator
public ApplicationExitMediator()
ApplicationExitMediator
public ApplicationExitMediator(ApplicationCloser closer)
- Parameters:
closer
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener