Interface CreditReceiver
- All Superinterfaces:
OsidReceiver
The credit receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted credits.
Like all OsidReceivers, notifications are delivered to
CreditReceiver serially and a receiver method is not invoked again until
any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCredits(Id notificationId, IdList creditIds) The callback for notifications of updated credits.voiddeletedCredits(Id notificationId, IdList creditIds) the callback for notification of deleted credits.voidnewCredits(Id notificationId, IdList creditIds) The callback for notifications of new credits.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCredits
-
changedCredits
-
deletedCredits
-