FileDocCategorySizeDatePackage
PowerSwitchable.javaAPI DocExample437Sat Apr 28 10:22:46 BST 2001None

PowerSwitchable

public interface PowerSwitchable
PowerSwitchable is an Interface that will be implemented by things that can safely be turned off at night. Could use X10(tm) or BlueTooth or 802.11 or any similar network technology to turn things on or off.
author
Ian F. Darwin

Fields Summary
Constructors Summary
Methods Summary
public voidpowerDown()
The technique for turning this unit off

public voidpowerUp()
The technique for turning this unit on