All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.owl.bo.control.visualControls.luxmate.applet.DimButtonListener

edu.cmu.owl.bo.control.visualControls.luxmate.applet.DimButtonListener

public class DimButtonListener
This class listens for the Power On/Off Button and handles it appropriately.


Constructor Index

 o DimButtonListener(App, int)
This instantiates the class.

Method Index

 o actionPerformed(ActionEvent)
This method handles the action event.

Constructors

 o DimButtonListener
 public DimButtonListener(App app,
                          int direction)
This instantiates the class. direction can be either RAISE or LOWER according to the button

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
This method handles the action event. Essentially it forwards the call to the Application


All Packages  Class Hierarchy  This Package  Previous  Next  Index