Interface | osid.journaling.BranchReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The branch receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newBranches | ||
Description |
The callback for notifications of new branches. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | branchIds | the Ids of the new Branches | |
Compliance | mandatory | This method must be implemented. | |
Method | changedBranches | ||
Description |
The callback for notification of updated branches. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | branchIds | the Ids of the updated Branches | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedBranches | ||
Description |
the callback for notification of deleted branches. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | branchIds | the Ids of the deleted Branches | |
Compliance | mandatory | This method must be implemented. |