Interface SupersedingEventReceiver
- All Superinterfaces:
OsidReceiver
The superseding event receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
SupersedingEvents .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedSupersedingEvents(Id notificationId, IdList supersedingEventIds) The callback for notification of updated superseding events.voiddeletedSupersedingEvents(Id notificationId, IdList supersedingEventIds) The callback for notification of deleted superseding events.voidnewSupersedingEvents(Id notificationId, IdList supersedingEventIds) The callback for notifications of new superseding events.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newSupersedingEvents
-
changedSupersedingEvents
The callback for notification of updated superseding events.- Parameters:
notificationId- the notificationIdsupersedingEventIds- theIdsof the updatedSupersedingEvents- Compliance:
mandatory- This method must be implemented.
-
deletedSupersedingEvents
The callback for notification of deleted superseding events.- Parameters:
notificationId- the notificationIdsupersedingEventIds- theIdsof the deletedSupersedingEvents- Compliance:
mandatory- This method must be implemented.
-