edu.mit.sketch.uml
Class UMLMenuBar.DrawnStrokesListener

java.lang.Object
  |
  +--edu.mit.sketch.uml.UMLMenuBar.DrawnStrokesListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
UMLMenuBar

public class UMLMenuBar.DrawnStrokesListener
extends Object
implements ActionListener

Listener to alternate between interpreted and drawn strokes


Constructor Summary
UMLMenuBar.DrawnStrokesListener()
           
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLMenuBar.DrawnStrokesListener

public UMLMenuBar.DrawnStrokesListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Specified by:
actionPerformed in interface ActionListener