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, toStringpublic LightLevelChangeEvent(DimmableLight light, int level)
public DimmableLight getLight()
public int getLevel()
Copyright © 2012-2013 Pi4J. All Rights Reserved.