Interface AwardEntryReceiver
- All Superinterfaces:
OsidReceiver
The award entry receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted award entries.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAwardEntries(Id notificationId, IdList awardEntryIds) The callback for notification of updated award entries.voiddeletedAwardEntries(Id notificationId, IdList awardEntryIds) the callback for notification of deleted award entries.voidnewAwardEntries(Id notificationId, IdList awardEntryIds) The callback for notifications of new award entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAwardEntries
-
changedAwardEntries
-
deletedAwardEntries
-