wyvern.util
Class JDocControl.DocCtrlCommand

java.lang.Object
  extended bywyvern.util.JDocControl.DocCtrlCommand
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
JDocControl

protected class JDocControl.DocCtrlCommand
extends java.lang.Object
implements java.awt.event.ActionListener

Command class for handling AWT events.


Constructor Summary
JDocControl.DocCtrlCommand(int identifier)
          Constructor - save away the identifier so we know what to do when we're invoked.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Someone invoked us (via a menu selection)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDocControl.DocCtrlCommand

public JDocControl.DocCtrlCommand(int identifier)
Constructor - save away the identifier so we know what to do when we're invoked.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Someone invoked us (via a menu selection)

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