Interface RaceConstrainerReceiver
- All Superinterfaces:
OsidReceiver
The race constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted race constrainers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedRaceConstrainers(Id notificationId, IdList raceConstrainerIds) The callback for notification of updated race constrainers.voiddeletedRaceConstrainers(Id notificationId, IdList raceConstrainerIds) The callback for notification of deleted race constrainers.voidnewRaceConstrainers(Id notificationId, IdList raceConstrainerIds) The callback for notifications of new race constrainers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newRaceConstrainers
-
changedRaceConstrainers
The callback for notification of updated race constrainers.- Parameters:
notificationId- the notification IdraceConstrainerIds- theIdsof the updatedRaceConstrainers- Compliance:
mandatory- This method must be implemented.
-
deletedRaceConstrainers
The callback for notification of deleted race constrainers.- Parameters:
notificationId- the notification IdraceConstrainerIds- theIdsof the deletedRaceConstrainers- Compliance:
mandatory- This method must be implemented.
-