Public Methods | |
---|---|
void |
onActivated(IrManager irManager)
Callback for activate command. |
void |
onDeviceRegistered(Device d)
Notification that indicates the device registration by other client. |
void |
onDeviceUnregistered(Device d)
Notification that indicates the device unregistration by other client. |
void |
onDeviceAttributeChanged(Device d)
Notification that indicates the change of an attribute of the device by other client. |
void |
onError(Status status)
Notification that indicates error. |
Callback for activate command.
irManager | Instance of IrManager which is activated. |
---|
Notification that indicates the device registration by other client.
d | the device that has just registered. |
---|
Notification that indicates the device unregistration by other client.
d | the device that has just unregistered. |
---|
Notification that indicates the change of an attribute of the device by other client.
d | the device that has changed attributes. |
---|
Notification that indicates error.
status |
---|
This interface is a listener to IrManager and handles callbacks and notifications based on actions of the IrManager.