| Interface | osid.resource.BinReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The bin receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newBins | ||
| Description |
The callback for notifications of new bins. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | binIds | the Ids of the new Bins | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedBins | ||
| Description |
The callback for notification of updated bins. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | binIds | the Ids of the updated Bins | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedBins | ||
| Description |
The callback for notification of deleted bins. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | binIds | the Ids of the deleted Bins | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfBins | ||
| Description |
The callback for notifications of changes to children of bin hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | binIds | the Ids of the Bins whose children have changed | |
| Compliance | mandatory | This method must be implemented. | |