Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » chainsaw » [javadoc | source]
org.apache.log4j.chainsaw
class: ExitAction [javadoc | source]
java.lang.Object
   javax.swing.AbstractAction
      org.apache.log4j.chainsaw.ExitAction

All Implemented Interfaces:
    Action, Serializable, Cloneable

Encapsulates the action to exit.
Field Summary
public static final  ExitAction INSTANCE    The instance to share 
Method from org.apache.log4j.chainsaw.ExitAction Summary:
actionPerformed
Methods from javax.swing.AbstractAction:
addPropertyChangeListener,   getKeys,   getPropertyChangeListeners,   getValue,   isEnabled,   putValue,   removePropertyChangeListener,   setEnabled
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.chainsaw.ExitAction Detail:
 public  void actionPerformed(ActionEvent aIgnore) 
    Will shutdown the application.