public interface RaceConstrainerEnablerReceiver extends OsidReceiver
The race constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted race constrainer enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedRaceConstrainerEnablers(Id notificationId,
IdList raceConstrainerEnablerIds)
The callback for notification of updated race constrainer enablers.
|
void |
deletedRaceConstrainerEnablers(Id notificationId,
IdList raceConstrainerEnablerIds)
The callback for notification of deleted race constrainer enablers.
|
void |
newRaceConstrainerEnablers(Id notificationId,
IdList raceConstrainerEnablerIds)
The callback for notifications of new race constrainer enablers.
|
down, upvoid newRaceConstrainerEnablers(Id notificationId, IdList raceConstrainerEnablerIds)
notificationId - the notification Id raceConstrainerEnablerIds - the Ids of the new
RaceConstrainerEnablers mandatory - This method must be implemented. void changedRaceConstrainerEnablers(Id notificationId, IdList raceConstrainerEnablerIds)
notificationId - the notification Id raceConstrainerEnablerIds - the Ids of the
updated RaceConstrainerEnablers mandatory - This method must be implemented. void deletedRaceConstrainerEnablers(Id notificationId, IdList raceConstrainerEnablerIds)
notificationId - the notification Id raceConstrainerEnablerIds - the Ids of the
deleted RaceConstrainerEnablers mandatory - This method must be implemented.