public interface SupersedingEventEnablerReceiver extends OsidReceiver
The superseding event enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted superseding event enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedSupersedingEventEnablers(Id notificationId,
IdList supersedingEventEnablerIds)
The callback for notification of updated superseding event enablers.
|
void |
deletedSupersedingEventEnablers(Id notificationId,
IdList supersedingEventEnablerIds)
The callback for notification of deleted superseding event enablers.
|
void |
newSupersedingEventEnablers(Id notificationId,
IdList supersedingEventEnablerIds)
The callback for notifications of new superseding event enablers.
|
down, upvoid newSupersedingEventEnablers(Id notificationId, IdList supersedingEventEnablerIds)
notificationId - the notification Id supersedingEventEnablerIds - the Id of the new
SupersedingEventEnablers mandatory - This method must be implemented. void changedSupersedingEventEnablers(Id notificationId, IdList supersedingEventEnablerIds)
notificationId - the notification Id supersedingEventEnablerIds - the Id of the
updated SupersedingEventEnablers mandatory - This method must be implemented. void deletedSupersedingEventEnablers(Id notificationId, IdList supersedingEventEnablerIds)
notificationId - the notification Id supersedingEventEnablerIds - the Id of the
deleted SupersedingEventEnablers mandatory - This method must be implemented.