OSID Logo
OSID Specifications
mapping path rules package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListsignalEnablerIds the Ids of the new SignalEnablers
Compliancemandatory This method must be implemented.
MethodchangedSignalEnablers
Description

The callback for notification of updated signal enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsignalEnablerIds the Ids of the updated SignalEnablers
Compliancemandatory This method must be implemented.
MethoddeletedSignalEnablers
Description

The callback for notification of deleted signal enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListsignalEnablerIds the Id sof the deleted SignalEnablers
Compliancemandatory This method must be implemented.