| Interface | osid.room.RoomReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The room receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted rooms. | ||
| Method | newRooms | ||
| Description |
The callback for notifications of new rooms. | ||
| Parameters | osid.id.IdList | roomIds | the Ids of the new rooms |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedRooms | ||
| Description |
The callback for notifications of updated rooms. | ||
| Parameters | osid.id.IdList | roomIds | the Ids of the updated rooms |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedRooms | ||
| Description |
the callback for notification of deleted rooms. | ||
| Parameters | osid.id.IdList | roomIds | the Ids of the deleted rooms |
| Compliance | mandatory | This method must be implemented. | |