Java 2 Platform
v1.3

edu.umich.visualsoar
Class MainFrame.SoarRuntimeAgentMenuListener

java.lang.Object
  |
  +--edu.umich.visualsoar.util.MenuAdapter
        |
        +--edu.umich.visualsoar.MainFrame.SoarRuntimeAgentMenuListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.MenuListener
Enclosing class:
MainFrame

class MainFrame.SoarRuntimeAgentMenuListener
extends MenuAdapter

When the Soar Runtime|Agent menu is selected, this listener populates the menu with the agents that are currently connected to via the STI.


Constructor Summary
(package private) MainFrame.SoarRuntimeAgentMenuListener()
           
 
Method Summary
 void menuSelected(javax.swing.event.MenuEvent e)
           
 
Methods inherited from class edu.umich.visualsoar.util.MenuAdapter
menuCanceled, menuDeselected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainFrame.SoarRuntimeAgentMenuListener

MainFrame.SoarRuntimeAgentMenuListener()
Method Detail

menuSelected

public void menuSelected(javax.swing.event.MenuEvent e)
Specified by:
menuSelected in interface javax.swing.event.MenuListener
Overrides:
menuSelected in class MenuAdapter

Java 2 Platform
v1.3