net.sf.lavalamp.device
Class DummyApp

java.lang.Object
  extended by net.sf.lavalamp.device.AbstractDevice
      extended by net.sf.lavalamp.device.DummyApp
All Implemented Interfaces:
Device

public class DummyApp
extends AbstractDevice


Field Summary
 
Fields inherited from class net.sf.lavalamp.device.AbstractDevice
identity, logger, offPeriod, properties
 
Constructor Summary
DummyApp()
           
 
Method Summary
 void init()
           
 void setRuntime(Runtime runtime)
           
 String toString()
           
 void turnOff()
           
 void turnOn()
           
 
Methods inherited from class net.sf.lavalamp.device.AbstractDevice
getActions, getAlwaysOffPeriod, isAlwaysOff, setAlwaysOffPeriod, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DummyApp

public DummyApp()
Method Detail

turnOff

public void turnOff()

init

public void init()

turnOn

public void turnOn()

toString

public String toString()
Overrides:
toString in class Object

setRuntime

public void setRuntime(Runtime runtime)


Copyright © 2010. All Rights Reserved.