wt.clients.project
Class ProjectDefinitionFrame.SymAction
java.lang.Object
wt.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectDefinitionFrame.SymAction
ProjectDefinitionFrame.SymAction()
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.