Class GUIFramework.ButtonProcessor

java.lang.Object
  extended by GUIFramework.ButtonProcessor
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GUIFramework

protected class GUIFramework.ButtonProcessor
extends java.lang.Object
implements java.awt.event.ActionListener

This Inner-Class handles all button-click processes.


Constructor Summary
protected GUIFramework.ButtonProcessor()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIFramework.ButtonProcessor

protected GUIFramework.ButtonProcessor()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event - The ActionEvent source that invoked this action.