Java 2 Platform
v1.3

edu.umich.visualsoar
Class MainFrame.SoarRuntimePumpMessagesTimerListener

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

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

Message timer listener which is used to pump the STI messages in the background. Incoming commands are received here and processeed through the ProcessSoarToolJavaCommand method.


Constructor Summary
(package private) MainFrame.SoarRuntimePumpMessagesTimerListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainFrame.SoarRuntimePumpMessagesTimerListener

MainFrame.SoarRuntimePumpMessagesTimerListener()
Method Detail

actionPerformed

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

Java 2 Platform
v1.3