Interface CategoryReceiver
- All Superinterfaces:
OsidReceiver
The category receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted category objects.
Like all OsidReceivers, notifications are delivered to
CategoryReceiver serially and a receiver method is not invoked again
until any previous invocation has returned.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCategories(Id notificationId, IdList categoryIds) The callback for notification of updated categories.voiddeletedCategories(Id notificationId, IdList categoryIds) The callback for notification of deleted categories.voidnewCategories(Id notificationId, IdList categoryIds) The callback for notifications of new categories.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCategories
-
changedCategories
-
deletedCategories
-