OSID Logo
OSID Specifications
room package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListroomIds the Ids of the new rooms
Compliancemandatory This method must be implemented.
MethodchangedRooms
Description

The callback for notifications of updated rooms.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListroomIds the Ids of the updated rooms
Compliancemandatory This method must be implemented.
MethoddeletedRooms
Description

the callback for notification of deleted rooms.

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