public class LightStateChangeEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
protected boolean |
isOn |
source
Constructor and Description |
---|
LightStateChangeEvent(Light light,
boolean isOn) |
Modifier and Type | Method and Description |
---|---|
Light |
getLight() |
boolean |
isOn() |
getSource, toString
Copyright © 2012–2014 Pi4J. All rights reserved.