|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuserinterface.UIListener
class UIListener
This internal class listens for "ActionEvent"s and runs apropriate code.
Field Summary | |
---|---|
(package private) UserInterface |
adaptee
|
Constructor Summary | |
---|---|
UIListener(UserInterface adaptee)
The constructor |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
This method checks the message in the "ActionEvent"s received and acts accordingly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
UserInterface adaptee
Constructor Detail |
---|
UIListener(UserInterface adaptee)
adaptee
- - a reference to the userinterfaceMethod Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- - the ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |