wt.clients.project
Class ProjectDefinitionFrame.SymAction

java.lang.Object
  extended bywt.clients.project.ProjectDefinitionFrame.SymAction
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
ProjectDefinitionFrame

class ProjectDefinitionFrame.SymAction
extends Object
implements ActionListener

Inner class extension of java.awt.event.ActionListener class to handle AWT action event handling.


Constructor Summary
(package private) ProjectDefinitionFrame.SymAction()
           
 
Method Summary
 void actionPerformed(ActionEvent event)
          Handles AWT events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectDefinitionFrame.SymAction

ProjectDefinitionFrame.SymAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Handles AWT events. Never called directly. There is one if statement for each type of event which is handled.

Specified by:
actionPerformed in interface ActionListener
Parameters:
event - The AWT event to handle.