| Interface | osid.room.CampusReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The campus receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newCampuses | ||
| Description |
The callback for notifications of new campuses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | campusIds | the Ids of the new Campuses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCampuses | ||
| Description |
The callback for notification of updated campuses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | campusIds | the Ids of the updated Campuses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCampuses | ||
| Description |
the callback for notification of deleted campuses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | campusIds | the Ids of the registered Campuses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfCampuses | ||
| Description |
The callback for notifications of changes to children of campus hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | campusIds | the Ids of the Campuses whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |