com.ibm.tspaces.examples.services
Class Demo.DoneButton

java.lang.Object
  |
  +--com.ibm.tspaces.examples.services.Demo.DoneButton
Enclosing class:
Demo

public class Demo.DoneButton
extends java.lang.Object
implements java.awt.event.ActionListener

This inner class represents the button used to quit the Demo app.

Author:
Joseph Gebis
See Also:
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

Demo.DoneButton

public Demo.DoneButton(java.awt.Component comp,
                       Demo demo)
Constructor for DoneButton.
Parameters:
comp - The component we are associated with
demo - The demo application
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Handles actions received -- at this point, it only quits.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - The ActionEvent received