ptolemy.vergil.actor
Class ActorGraphFrame.DebugMenuListener

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

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

Listener for debug menu commands.


Field Summary
private  Director _listeningTo
           
 
Constructor Summary
ActorGraphFrame.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 Director _listeningTo
Constructor Detail

ActorGraphFrame.DebugMenuListener

public ActorGraphFrame.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