com.sentilla.system
Class LedsDriver

java.lang.Object
  extended by com.sentilla.system.DriverAdapter
      extended by com.sentilla.system.LedsDriver
All Implemented Interfaces:
Driver

public abstract class LedsDriver
extends DriverAdapter

Create new Leds system objects. "leds" is used as the default driver name.


Field Summary
 
Fields inherited from class com.sentilla.system.DriverAdapter
m_nextDriver
 
Constructor Summary
LedsDriver()
           
 
Method Summary
static Leds create()
          Create a new Leds instance using "leds" as the driver name.
static Leds create(String driver)
          Create a new Leds instance using the given driver name.
abstract  Leds newLeds()
          Create a new Leds instance.
 
Methods inherited from class com.sentilla.system.DriverAdapter
getDriverName, getNextDriver, setNextDriver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LedsDriver

public LedsDriver()
Method Detail

newLeds

public abstract Leds newLeds()
Create a new Leds instance.

Returns:
a new Leds object

create

public static Leds create(String driver)
Create a new Leds instance using the given driver name.

Parameters:
driver - The driver name passed to Drivers.getDriver(java.lang.String, java.lang.Class)
Returns:
a new Leds object

create

public static Leds create()
Create a new Leds instance using "leds" as the driver name.

Returns:
a new Leds object


Copyright © 2007 Sentilla Corporation. All Rights Reserved.