public interface TimePeriodReceiver extends OsidReceiver
The time period receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
TimePeriods.
| Modifier and Type | Method and Description |
|---|---|
void |
changedTimePeriods(Id notificationId,
IdList timePeriodIds)
The callback for notification of updated time periods.
|
void |
deletedTimePeriods(Id notificationId,
IdList timePeriodIds)
The callback for notification of deleted time periods.
|
void |
newTimePeriods(Id notificationId,
IdList timePeriodIds)
The callback for notifications of new time periods.
|
down, upvoid newTimePeriods(Id notificationId, IdList timePeriodIds)
notificationId - the notification Id timePeriodIds - the Id of the new
TimePeriods mandatory - This method must be implemented. void changedTimePeriods(Id notificationId, IdList timePeriodIds)
notificationId - the notification Id timePeriodIds - the Id of the updated
TimePeriods mandatory - This method must be implemented.