public interface PriceScheduleReceiver extends OsidReceiver
The price receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted PriceSchedule
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedPriceSchedules(IdList priceScheduleIds)
The callback for notification of updated price schedules or changed
prices.
|
void |
deletedPriceSchedules(IdList priceScheduleIds)
the callback for notification of deleted price schedule.
|
void |
newPriceSchedules(IdList priceScheduleIds)
The callback for notifications of new price schedules.
|
down, upvoid newPriceSchedules(IdList priceScheduleIds)
priceScheduleIds - the Ids of the new
PriceSchedules mandatory - This method must be implemented. void changedPriceSchedules(IdList priceScheduleIds)
priceScheduleIds - the Ids of the updated
PriceSchedules mandatory - This method must be implemented. void deletedPriceSchedules(IdList priceScheduleIds)
priceScheduleIds - the Ids of the registered
PriceSchedules mandatory - This method must be implemented.