Class GUIFramework.CheckBoxListener

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

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

Ever wonder what happens when you click on a checkbox - well it's all contained here...


Constructor Summary
protected GUIFramework.CheckBoxListener()
           
 
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.CheckBoxListener

protected GUIFramework.CheckBoxListener()
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 event responsible for the action.