jade.tools.sniffer
Class ExitAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--jade.tools.sniffer.MMAbstractAction
              |
              +--jade.tools.sniffer.ExitAction

public class ExitAction
extends MMAbstractAction

Invokes the agent Sniffer to delete itself, closing the Gui and unregistering.

See Also:
jade.Sniffer.MMAbstractAction, Serialized Form

Fields inherited from class jade.tools.sniffer.MMAbstractAction
ActionName, canvasAgent, canvasMess, img, listeners, scrollAgent, scrollMess, selFrame, selTree, text
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
ExitAction(SnifferGUI snifferGui)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class jade.tools.sniffer.MMAbstractAction
AddListener, getActionName, getAllListeners, getFirst, getLast, getMMCanvasAgent, getMMCanvasMess, getTheTree, removeAllListeners, removeListener, setListeners, setMMCanvasAgent, setMMCanvasMess, setMMScrollAgent, setMMScrollMess, setMMTextMessage
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitAction

public ExitAction(SnifferGUI snifferGui)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Overrides:
actionPerformed in class javax.swing.AbstractAction