net.sf.lavalamp.device
Class TellStickJni

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

public class TellStickJni
extends AbstractDevice

Uses jni to control any tellstick compatable devices.

Author:
Steven Hale

Field Summary
 
Fields inherited from class net.sf.lavalamp.device.AbstractDevice
identity, logger, offPeriod, properties
 
Constructor Summary
TellStickJni()
           
 
Method Summary
 void init()
           
 void setLibrary(TellStickLibrary library)
           
 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, toString, wait, wait, wait
 

Constructor Detail

TellStickJni

public TellStickJni()
Method Detail

setLibrary

public void setLibrary(TellStickLibrary library)

turnOff

public void turnOff()

init

public void init()

turnOn

public void turnOn()


Copyright © 2010. All Rights Reserved.