Interface CyclicTimePeriodReceiver
- All Superinterfaces:
OsidReceiver
The cyclic time period receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
CyclicTimePeriods .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedCyclicTimePeriods(Id notificationId, IdList cyclicTimePeriodIds) The callback for notification of updated cyclic time periods.voiddeletedCyclicTimePeriods(Id notificationId, IdList cyclicTimePeriodIds) The callback for notification of deleted cyclic time periods.voidnewCyclicTimePeriods(Id notificationId, IdList cyclicTimePeriodIds) The callback for notifications of new cyclic time periods.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newCyclicTimePeriods
-
changedCyclicTimePeriods
The callback for notification of updated cyclic time periods.- Parameters:
notificationId- the notificationIdcyclicTimePeriodIds- theIdof the updatedCyclicTimePeriods- Compliance:
mandatory- This method must be implemented.
-
deletedCyclicTimePeriods
The callback for notification of deleted cyclic time periods.- Parameters:
notificationId- the notificationIdcyclicTimePeriodIds- theIdof the deletedCyclicTimePeriods- Compliance:
mandatory- This method must be implemented.
-