OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.SceneReceiver
Implementsosid.OsidReceiver
Description

The scene receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted scenes.

MethodnewScenes
Description

The callback for notifications of new scenes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsceneIds the Ids of the new Scenes
Compliancemandatory This method must be implemented.
MethodchangedScenes
Description

The callback for notification of updated scenes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsceneIds the Ids of the updated Scenes
Compliancemandatory This method must be implemented.
MethoddeletedScenes
Description

The callback for notification of deleted scenes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsceneIds the Ids of the deleted Scenes
Compliancemandatory This method must be implemented.