| Interface | osid.lexicon.PressReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The press receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newPress | ||
| Description |
The callback for notifications of new presses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | pressIds | the Ids of the new Presses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPress | ||
| Description |
The callback for notification of updated press. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | pressIds | the Ids of the updated Presses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPress | ||
| Description |
The callback for notification of deleted presses. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | pressIds | the Ids of the deleted Presses | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfPresses | ||
| Description |
The callback for notifications of changes to children of press hierarchy nodes. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | pressIds | the Ids of the Presses whose children have
changed | |
| Compliance | mandatory | This method must be implemented. | |