Interface PostEntryReceiver
- All Superinterfaces:
OsidReceiver
The post entry receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
PostEntry objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedPostEntries(Id notificationId, IdList postEntryIds) The callback for notification of updated post entries.voiddeletedPostEntries(Id notificationId, IdList postEntryIds) the callback for notification of deleted post entries.voidnewPostEntries(Id notificationId, IdList postEntryIds) The callback for notifications of new post entries.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newPostEntries
-
changedPostEntries
-
deletedPostEntries
-