|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.ibm.tspaces.examples.services.Demo.DoneButton
This inner class represents the button used to quit the Demo app.
Demo| Constructor Summary | |
Demo.DoneButton(java.awt.Component comp,
Demo demo)
Constructor for DoneButton. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Handles actions received -- at this point, it only quits. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Demo.DoneButton(java.awt.Component comp,
Demo demo)
comp - The component we are associated withdemo - The demo application| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
e - The ActionEvent received
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||