public interface PeriodReceiver extends OsidReceiver
The period receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Period
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedPeriods(Id notificationId,
IdList periodIds)
The callback for notification of updated periods.
|
void |
deletedPeriods(Id notificationId,
IdList periodIds)
The callback for notification of deleted periods.
|
void |
newPeriods(Id notificationId,
IdList periodIds)
The callback for notifications of new periods.
|
down, upvoid newPeriods(Id notificationId, IdList periodIds)
notificationId - the notification IdperiodIds - the Id of the new Periods
mandatory - This method must be implemented. void changedPeriods(Id notificationId, IdList periodIds)
notificationId - the notification IdperiodIds - the Id of the updated Periods
mandatory - This method must be implemented.