public class DevicePropertyEvent extends DeviceEvent
Constructor and Description |
---|
DevicePropertyEvent(GenericDevice device,
DeviceEventType type,
String name,
Object oldValue,
Object newValue)
Class which represents the properties
|
Modifier and Type | Method and Description |
---|---|
Object |
getNewValue()
Gets the new value of the property modified
|
Object |
getOldValue()
Gets the old value of the property modified
|
String |
getPropertyName() |
getDevice, getType
public DevicePropertyEvent(GenericDevice device, DeviceEventType type, String name, Object oldValue, Object newValue)
name
- property name.oldValue
- the old value of the property.newValue
- the new value of the property.public Object getOldValue()
public Object getNewValue()
public String getPropertyName()
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.