ptolemy.vergil.modal
Class FSMGraphFrame.DebugMenuListener

java.lang.Object
  extended by ptolemy.vergil.modal.FSMGraphFrame.DebugMenuListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
FSMGraphFrame

public class FSMGraphFrame.DebugMenuListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listener for debug menu commands.


Field Summary
private  NamedObj _listeningTo
           
 
Constructor Summary
FSMGraphFrame.DebugMenuListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          React to a menu command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_listeningTo

private NamedObj _listeningTo
Constructor Detail

FSMGraphFrame.DebugMenuListener

public FSMGraphFrame.DebugMenuListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
React to a menu command.

Specified by:
actionPerformed in interface java.awt.event.ActionListener