Interface CyclicEventReceiver
- All Superinterfaces:
OsidReceiver
The cyclic event receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
CyclicEvents .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCyclicEvents(Id notificationId, IdList cyclicEventIds) The callback for notification of updated cyclic events.voiddeletedCyclicEvents(Id notificationId, IdList cyclicEventIds) The callback for notification of deleted cyclic events.voidnewCyclicEvents(Id notificationId, IdList cyclicEventIds) The callback for notifications of new cyclic events.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCyclicEvents
-
changedCyclicEvents
-
deletedCyclicEvents
-