Class Exit

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener, UIAware

    public class Exit
    extends java.lang.Object
    implements java.awt.event.ActionListener, UIAware
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int exitCode  
      UI ui  
    • Constructor Summary

      Constructors 
      Constructor Description
      Exit()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent ev)  
      void setUI​(UI ui, org.jdom2.Element e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Exit

        public Exit()
    • Method Detail

      • setUI

        public void setUI​(UI ui,
                          org.jdom2.Element e)
        Specified by:
        setUI in interface UIAware
        Parameters:
        ui - reference
        e - action config block
      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent ev)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener