OSID Logo
OSID Specifications
mapping path rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.path.rules.SignalEnablerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewSignalEnablers
Description

The callback for notifications of new signal enablers.

Parametersosid.id.IdListsignalEnablerIdsthe Ids of the new SignalEnablers
CompliancemandatoryThis method must be implemented.
MethodchangedSignalEnablers
Description

The callback for notification of updated signal enablers.

Parametersosid.id.IdListsignalEnablerIdsthe Ids of the updated SignalEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedSignalEnablers
Description

The callback for notification of deleted signal enablers.

Parametersosid.id.IdListsignalEnablerIdsthe Id sof the deleted SignalEnablers
CompliancemandatoryThis method must be implemented.