Package | Description |
---|---|
com.pi4j.device.fireplace | |
com.pi4j.device.fireplace.impl |
Modifier and Type | Field and Description |
---|---|
protected FireplaceState |
FireplaceStateChangeEvent.newState |
protected FireplaceState |
FireplaceStateChangeEvent.oldState |
Modifier and Type | Method and Description |
---|---|
FireplaceState |
FireplaceStateChangeEvent.getNewState() |
FireplaceState |
FireplaceStateChangeEvent.getOldState() |
abstract FireplaceState |
FireplaceBase.getState() |
FireplaceState |
Fireplace.getState() |
static FireplaceState |
FireplaceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FireplaceState[] |
FireplaceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FireplaceStateChangeEvent.isNewState(FireplaceState state) |
boolean |
FireplaceStateChangeEvent.isOldState(FireplaceState state) |
boolean |
FireplaceBase.isState(FireplaceState state) |
boolean |
Fireplace.isState(FireplaceState state) |
void |
Fireplace.setState(FireplaceState state) |
Constructor and Description |
---|
FireplaceStateChangeEvent(Fireplace fireplaceComponent,
FireplaceState oldState,
FireplaceState newState) |
Modifier and Type | Method and Description |
---|---|
FireplaceState |
FireplaceDevice.getState() |
Modifier and Type | Method and Description |
---|---|
void |
FireplaceDevice.setState(FireplaceState state) |
Copyright © 2012–2016 Pi4J. All rights reserved.