Interface | osid.control.SceneReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The scene receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted scenes. | ||
Method | newScenes | ||
Description |
The callback for notifications of new scenes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | sceneIds | the Ids of the new Scenes | |
Compliance | mandatory | This method must be implemented. | |
Method | changedScenes | ||
Description |
The callback for notification of updated scenes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | sceneIds | the Ids of the updated Scenes | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedScenes | ||
Description |
The callback for notification of deleted scenes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | sceneIds | the Ids of the deleted Scenes | |
Compliance | mandatory | This method must be implemented. |