Interface | osid.control.DeviceReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The device receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newDevices | ||
Description |
The callback for notifications of new devices. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | deviceIds | the Ids of the new Devices | |
Compliance | mandatory | This method must be implemented. | |
Method | changedDevices | ||
Description |
The callback for notification of updated devices. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | deviceIds | the Ids of the updated Devices | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedDevices | ||
Description |
The callback for notification of deleted devices. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | deviceIds | the Ids of the deleted Devices | |
Compliance | mandatory | This method must be implemented. |