public class DeviceEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceEvent.EventType |
| Modifier and Type | Field and Description |
|---|---|
IoTizeDevice |
ioTizeDevice |
java.lang.String |
type |
| Constructor and Description |
|---|
DeviceEvent(java.lang.String type,
IoTizeDevice ioTizeDevice) |
| Modifier and Type | Method and Description |
|---|---|
IoTizeDevice |
getDevice() |
java.lang.String |
getType() |
java.lang.String |
toString() |