All Packages Class Hierarchy This Package Previous Next Index
Class edu.cmu.owl.bo.control.visualControls.luxmate.applet.PowerButtonListener
edu.cmu.owl.bo.control.visualControls.luxmate.applet.PowerButtonListener
- public class PowerButtonListener
This class listens for the Power On/Off Button and handles it
appropriately.
-
PowerButtonListener(App)
- This instantiates the class.
-
actionPerformed(ActionEvent)
- This handles the actual button press.
PowerButtonListener
public PowerButtonListener(App app)
- This instantiates the class.
The app is the Application that is expected to actually
perform something with the call.
actionPerformed
public void actionPerformed(ActionEvent e)
- This handles the actual button press.
Essentially it forwards the call to the Application
All Packages Class Hierarchy This Package Previous Next Index