All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface edu.cmu.owl.bo.control.visualControls.luxmate.remoteServer.RemoteLuxmate

public interface interface RemoteLuxmate

Method Index

 o dimmDown(int)
 o dimmUp(int)
 o getScene()
 o getState()
 o ping()
 o setRCListener(RCListener)
 o setScene(int)
 o turnOff()
 o turnOn()

Methods

 o ping
 public abstract void ping() throws RemoteException
 o setRCListener
 public abstract void setRCListener(RCListener listener) throws RemoteException
 o setScene
 public abstract void setScene(int n) throws RemoteException
 o getState
 public abstract boolean getState() throws RemoteException
 o getScene
 public abstract int getScene() throws RemoteException
 o turnOn
 public abstract void turnOn() throws RemoteException
 o turnOff
 public abstract void turnOff() throws RemoteException
 o dimmUp
 public abstract void dimmUp(int reln) throws RemoteException
 o dimmDown
 public abstract void dimmDown(int reln) throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index