public class LightLevelChangeEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
protected int |
level |
source
Constructor and Description |
---|
LightLevelChangeEvent(DimmableLight light,
int level) |
Modifier and Type | Method and Description |
---|---|
int |
getLevel() |
DimmableLight |
getLight() |
getSource, toString
public LightLevelChangeEvent(DimmableLight light, int level)
public DimmableLight getLight()
public int getLevel()
Copyright © 2012–2014 Pi4J. All rights reserved.