OSID Logo
OSID Specifications
voting rules package
Version 3.1.0
Interfaceosid.voting.rules.RaceConstrainerEnablerReceiver
Implementsosid.OsidReceiver
Description

The race constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted race constrainer enablers.

MethodnewRaceConstrainerEnablers
Description

The callback for notifications of new race constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListraceConstrainerEnablerIds the Ids of the new RaceConstrainerEnablers
Compliancemandatory This method must be implemented.
MethodchangedRaceConstrainerEnablers
Description

The callback for notification of updated race constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListraceConstrainerEnablerIds the Ids of the updated RaceConstrainerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedRaceConstrainerEnablers
Description

The callback for notification of deleted race constrainer enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListraceConstrainerEnablerIds the Ids of the deleted RaceConstrainerEnablers
Compliancemandatory This method must be implemented.