Java 2 Platform
v1.3

edu.umich.visualsoar
Class MainFrame.AgentConnectionActionListener

java.lang.Object
  |
  +--edu.umich.visualsoar.MainFrame.AgentConnectionActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
MainFrame

class MainFrame.AgentConnectionActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listener activated when the user clicks on an Agent in the Soar Runtime |Agents menu. When the user clicks on an agent in the menu, it is activated/deactivated.


Field Summary
private  javax.swing.JCheckBoxMenuItem m_assocatedMenuItem
           
private  java.lang.String m_sAgentConnectionName
           
 
Constructor Summary
private MainFrame.AgentConnectionActionListener()
           
  MainFrame.AgentConnectionActionListener(javax.swing.JCheckBoxMenuItem assocatedMenuItem, java.lang.String sAgentConnectionName)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_sAgentConnectionName

private java.lang.String m_sAgentConnectionName

m_assocatedMenuItem

private javax.swing.JCheckBoxMenuItem m_assocatedMenuItem
Constructor Detail

MainFrame.AgentConnectionActionListener

public MainFrame.AgentConnectionActionListener(javax.swing.JCheckBoxMenuItem assocatedMenuItem,
                                               java.lang.String sAgentConnectionName)

MainFrame.AgentConnectionActionListener

private MainFrame.AgentConnectionActionListener()
Method Detail

actionPerformed

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

Java 2 Platform
v1.3