|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbin.GUIFramework.ButtonProcessor
protected class GUIFramework.ButtonProcessor
This Inner-Class handles all button-click processes.
Field Summary | |
---|---|
(package private) boolean |
done
Temporary boolean value that monitors whether a String has had its "instinct" appended to the front of it or not. |
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 |
Field Detail |
---|
boolean done
Constructor Detail |
---|
protected GUIFramework.ButtonProcessor()
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
event
- The ActionEvent source that invoked this action.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |