Interface RaceConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The race constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted race constrainer enablers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedRaceConstrainerEnablers(Id notificationId, IdList raceConstrainerEnablerIds) The callback for notification of updated race constrainer enablers.voiddeletedRaceConstrainerEnablers(Id notificationId, IdList raceConstrainerEnablerIds) The callback for notification of deleted race constrainer enablers.voidnewRaceConstrainerEnablers(Id notificationId, IdList raceConstrainerEnablerIds) The callback for notifications of new race constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newRaceConstrainerEnablers
The callback for notifications of new race constrainer enablers.- Parameters:
notificationId- the notificationIdraceConstrainerEnablerIds- theIdsof the newRaceConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedRaceConstrainerEnablers
The callback for notification of updated race constrainer enablers.- Parameters:
notificationId- the notificationIdraceConstrainerEnablerIds- theIdsof the updatedRaceConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedRaceConstrainerEnablers
The callback for notification of deleted race constrainer enablers.- Parameters:
notificationId- the notificationIdraceConstrainerEnablerIds- theIdsof the deletedRaceConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-