jade.tools.sniffer
Class WriteLogFileAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--jade.tools.sniffer.SnifferAction
              |
              +--jade.tools.sniffer.FixedAction
                    |
                    +--jade.tools.sniffer.WriteLogFileAction

public class WriteLogFileAction
extends jade.tools.sniffer.FixedAction
implements java.io.Serializable

Creates a serialized snapshot of the agents and sniffed messages in both canvases for later recall.

See Also:
FixedAction, AgentList, MessageList, Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
WriteLogFileAction(jade.tools.sniffer.ActionProcessor actPro, MainPanel mainPanel)
           
 
Method Summary
 void doAction()
           
 
Methods inherited from class jade.tools.sniffer.SnifferAction
actionPerformed, getActionName, setIcon
 
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

WriteLogFileAction

public WriteLogFileAction(jade.tools.sniffer.ActionProcessor actPro,
                          MainPanel mainPanel)
Method Detail

doAction

public void doAction()
Overrides:
doAction in class jade.tools.sniffer.FixedAction