Interface RaceProcessorEnablerReceiver
- All Superinterfaces:
OsidReceiver
The race processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted race processor enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedRaceProcessorEnablers(Id notificationId, IdList raceProcessorEnablerIds) The callback for notification of updated race processor enablers.voiddeletedRaceProcessorEnablers(Id notificationId, IdList raceProcessorEnablerIds) The callback for notification of deleted race processor enablers.voidnewRaceProcessorEnablers(Id notificationId, IdList raceProcessorEnablerIds) The callback for notifications of new race processor enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newRaceProcessorEnablers
The callback for notifications of new race processor enablers.- Parameters:
notificationId- the notificationIdraceProcessorEnablerIds- theIdof the newRaceProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
changedRaceProcessorEnablers
The callback for notification of updated race processor enablers.- Parameters:
notificationId- the notificationIdraceProcessorEnablerIds- theIdof the updatedRaceProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedRaceProcessorEnablers
The callback for notification of deleted race processor enablers.- Parameters:
notificationId- the notificationIdraceProcessorEnablerIds- theIdof the deletedRaceProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-