public interface CyclicEventReceiver extends OsidReceiver
The cyclic event receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
CyclicEvents.
| Modifier and Type | Method and Description |
|---|---|
void |
changedCyclicEvents(Id notificationId,
IdList cyclicEventIds)
The callback for notification of updated cyclic events.
|
void |
deletedCyclicEvents(Id notificationId,
IdList cyclicEventIds)
The callback for notification of deleted cyclic events.
|
void |
newCyclicEvents(Id notificationId,
IdList cyclicEventIds)
The callback for notifications of new cyclic events.
|
down, upvoid newCyclicEvents(Id notificationId, IdList cyclicEventIds)
notificationId - the notification Id cyclicEventIds - the Id of the new
CyclicEvents mandatory - This method must be implemented. void changedCyclicEvents(Id notificationId, IdList cyclicEventIds)
notificationId - the notification Id cyclicEventIds - the Id of the updated
CyclicEvents mandatory - This method must be implemented.