|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGUIFramework.CheckBoxListener
protected class GUIFramework.CheckBoxListener
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 |
---|
protected GUIFramework.CheckBoxListener()
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
event
- The event responsible for the action.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |