public interface DeviceListener
| Modifier and Type | Method and Description |
|---|---|
void |
deviceBuiltUp(DeviceReference deviceRef,
Device device)
Callback method, if device within the
DeviceReference was created. |
void |
deviceBye(DeviceReference deviceRef)
Callback method, if device bye was received or the local device was stopped.
|
void |
deviceChanged(DeviceReference deviceRef)
Callback method, if device was changed and the device data is no longer accurate.
|
void |
deviceCommunicationErrorOrReset(DeviceReference deviceRef)
Callback method, if communication with the remote device of the
DeviceReference has
failed or the reference was reset. |
void |
deviceCompletelyDiscovered(DeviceReference deviceRef)
Callback method, if discovery metadata was completely received from device (via directed
probe).
|
void |
deviceRunning(DeviceReference deviceRef)
Callback method, if device is usable.
|
void deviceRunning(DeviceReference deviceRef)
deviceRef - a reference to the device that caused the notificationvoid deviceCompletelyDiscovered(DeviceReference deviceRef)
deviceRef - a reference to the device that caused the notificationvoid deviceBye(DeviceReference deviceRef)
deviceRef - a reference to the device that caused the notificationvoid deviceChanged(DeviceReference deviceRef)
deviceRef - a reference to the device that caused the notificationvoid deviceBuiltUp(DeviceReference deviceRef, Device device)
DeviceReference was created.deviceRef - a reference to the device that caused the notificationdevice - the proxy device just built upvoid deviceCommunicationErrorOrReset(DeviceReference deviceRef)
DeviceReference has
failed or the reference was reset.deviceRef - a reference to the device that caused the notification