OSID Logo
OSID Specifications
room package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.RoomReceiver
Implementsosid.OsidReceiver
Description

The room receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted rooms.

MethodnewRooms
Description

The callback for notifications of new rooms.

Parametersosid.id.IdListroomIdsthe Ids of the new rooms
CompliancemandatoryThis method must be implemented.
MethodchangedRooms
Description

The callback for notifications of updated rooms.

Parametersosid.id.IdListroomIdsthe Ids of the updated rooms
CompliancemandatoryThis method must be implemented.
MethoddeletedRooms
Description

the callback for notification of deleted rooms.

Parametersosid.id.IdListroomIdsthe Ids of the deleted rooms
CompliancemandatoryThis method must be implemented.