Interface | osid.control.rules.DeviceEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The device enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted device enablers. | ||
Method | newDeviceEnablers | ||
Description |
The callback for notifications of new device enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | deviceEnablerIds | the Ids of the new DeviceEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedDeviceEnablers | ||
Description |
The callback for notification of updated device enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | deviceEnablerIds | the Ids of the updated DeviceEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedDeviceEnablers | ||
Description |
The callback for notification of deleted device enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | deviceEnablerIds | the Ids of the deleted DeviceEnablers | |
Compliance | mandatory | This method must be implemented. |