| Package | Description |
|---|---|
| com.pi4j.device.access | |
| com.pi4j.device.access.impl |
| Modifier and Type | Field and Description |
|---|---|
protected OpenerState |
OpenerStateChangeEvent.newState |
protected OpenerState |
OpenerStateChangeEvent.oldState |
| Modifier and Type | Method and Description |
|---|---|
OpenerState |
OpenerStateChangeEvent.getNewState() |
OpenerState |
OpenerStateChangeEvent.getOldState() |
abstract OpenerState |
OpenerBase.getState() |
OpenerState |
Opener.getState() |
static OpenerState |
OpenerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenerState[] |
OpenerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OpenerStateChangeEvent(Opener opener,
OpenerState oldState,
OpenerState newState) |
| Modifier and Type | Method and Description |
|---|---|
OpenerState |
OpenerDevice.getState() |
protected OpenerState |
OpenerDevice.getState(SensorState sensorState) |
Copyright © 2012-2013 Pi4J. All Rights Reserved.