com.sentilla.system
Class LedsDriver
java.lang.Object
com.sentilla.system.DriverAdapter
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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LedsDriver
public LedsDriver()
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.