public interface ObjectiveBankReceiver extends OsidReceiver
The vault receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted ObjectiveBank
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedChildOfObjectiveBanks(Id notificationId,
IdList objectiveBankIds)
The callback for notifications of changes to children of objective
bank hierarchy nodes.
|
void |
changedObjectiveBanks(Id notificationId,
IdList objectiveBankIds)
The callback for notification of updated objective banks.
|
void |
deletedObjectiveBanks(Id notificationId,
IdList objectiveBankIds)
The callback for notification of deleted objective banks.
|
void |
newObjectiveBanks(Id notificationId,
IdList objectiveBankIds)
The callback for notifications of new objective banks.
|
down, upvoid newObjectiveBanks(Id notificationId, IdList objectiveBankIds)
notificationId - the notification Id objectiveBankIds - the Ids of the new
ObjectiveBanks mandatory - This method must be implemented. void changedObjectiveBanks(Id notificationId, IdList objectiveBankIds)
notificationId - the notification Id objectiveBankIds - the Ids of the updated
ObjectiveBanks mandatory - This method must be implemented. void deletedObjectiveBanks(Id notificationId, IdList objectiveBankIds)
notificationId - the notification Id objectiveBankIds - the Ids of the deleted
ObjectiveBanks mandatory - This method must be implemented. void changedChildOfObjectiveBanks(Id notificationId, IdList objectiveBankIds)
notificationId - the notification Id objectiveBankIds - the Ids of the
ObjectiveBanks whose children have changedmandatory - This method must be implemented.