Package ptolemy.vergil.modal
Class FSMGraphFrame.DebugMenuListener
- java.lang.Object
-
- 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.
-
-
Constructor Summary
Constructors Constructor Description DebugMenuListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
React to a menu command.
-