OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListsceneIdsthe Ids of the new Scenes
CompliancemandatoryThis method must be implemented.
MethodchangedScenes
Description

The callback for notification of updated scenes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsceneIdsthe Ids of the updated Scenes
CompliancemandatoryThis method must be implemented.
MethoddeletedScenes
Description

The callback for notification of deleted scenes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListsceneIdsthe Ids of the deleted Scenes
CompliancemandatoryThis method must be implemented.