Class ExitAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, Destroyable

    public class ExitAction
    extends JosmAction
    Exit the application. May ask for permission first (if something has changed).
    See Also:
    Serialized Form
    • Constructor Detail

      • ExitAction

        public ExitAction()
        Construct the action with "Exit" as label
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)