public interface RaceProcessorEnablerReceiver extends OsidReceiver
The race processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted race processor enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedRaceProcessorEnablers(Id notificationId,
IdList raceProcessorEnablerIds)
The callback for notification of updated race processor enablers.
|
void |
deletedRaceProcessorEnablers(Id notificationId,
IdList raceProcessorEnablerIds)
The callback for notification of deleted race processor enablers.
|
void |
newRaceProcessorEnablers(Id notificationId,
IdList raceProcessorEnablerIds)
The callback for notifications of new race processor enablers.
|
down, upvoid newRaceProcessorEnablers(Id notificationId, IdList raceProcessorEnablerIds)
notificationId - the notification Id raceProcessorEnablerIds - the Id of the new
RaceProcessorEnablers mandatory - This method must be implemented. void changedRaceProcessorEnablers(Id notificationId, IdList raceProcessorEnablerIds)
notificationId - the notification Id raceProcessorEnablerIds - the Id of the updated
RaceProcessorEnablers mandatory - This method must be implemented. void deletedRaceProcessorEnablers(Id notificationId, IdList raceProcessorEnablerIds)
notificationId - the notification Id raceProcessorEnablerIds - the Id of the deleted
RaceProcessorEnablers mandatory - This method must be implemented.