private static class Devices.DeviceUpdate
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Devices.DeviceUpdate.Change
The enum set of DeviceUpdate events
|
Modifier and Type | Field and Description |
---|---|
protected Devices.DeviceUpdate.Change |
change
The change that was made
|
protected IDevice |
device
The affected device
|
protected java.util.EnumSet<IDeviceService.DeviceField> |
fieldsChanged
If not added, then this is the list of fields changed.
|
Constructor and Description |
---|
Devices.DeviceUpdate(IDevice device,
Devices.DeviceUpdate.Change change,
java.util.EnumSet<IDeviceService.DeviceField> fieldsChanged)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
protected IDevice device
protected Devices.DeviceUpdate.Change change
protected java.util.EnumSet<IDeviceService.DeviceField> fieldsChanged
public Devices.DeviceUpdate(IDevice device, Devices.DeviceUpdate.Change change, java.util.EnumSet<IDeviceService.DeviceField> fieldsChanged)
device
- the device to be changedchange
- the device update eventfieldsChanged
- the set of fields to be changed