Interface AwardReceiver
- All Superinterfaces:
OsidReceiver
The award receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Award objects.
Like all OsidReceivers, notifications are delivered to
AwardReceiver serially and a receiver method is not invoked again until
any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAwards(Id notificationId, IdList awardIds) The callback for notification of updated awards.voiddeletedAwards(Id notificationId, IdList awardIds) the callback for notification of deleted awards.voidThe callback for notifications of new awards.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAwards
-
changedAwards
-
deletedAwards
-