Interface WorkReceiver
- All Superinterfaces:
OsidReceiver
The work receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Work objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedWorks(Id notificationId, IdList workIds) The callback for notification of updated works.voiddeletedWorks(Id notificationId, IdList workIds) The callback for notification of deleted works.voidThe callback for notifications of new works.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newWorks
-
changedWorks
-
deletedWorks
-