public class DoSnifferAction extends SnifferAction
DoNotSnifferAction
,
ShowOnlyAction
,
Serialized FormConstructor and Description |
---|
DoSnifferAction(jade.tools.sniffer.ActionProcessor actPro,
MainPanel mainPanel,
Sniffer mySniffer) |
Modifier and Type | Method and Description |
---|---|
void |
doAction(jade.gui.AgentTree.AgentNode node) |
void |
doSniff(java.lang.String agentName)
Given an agent name, sniff it.
|
actionPerformed, getActionName, setIcon
public void doAction(jade.gui.AgentTree.AgentNode node)
public void doSniff(java.lang.String agentName)
agentName
- - the String name of the agent.
Note, this was originally buried in doAction, but we want the ability to
sniff with just a name.