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

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

MethodnewSignals
Description

The callback for notifications of new signals.

Parametersosid.id.IdListsignalIdsthe Ids of the new Signal
CompliancemandatoryThis method must be implemented.
MethodchangedSignals
Description

The callback for notification of updated signals.

Parametersosid.id.IdListsignalIdsthe Ids of the updated Signal
CompliancemandatoryThis method must be implemented.
MethoddeletedSignals
Description

The callback for notification of deleted signals.

Parametersosid.id.IdListsignalIdsthe Ids of the deleted Signal
CompliancemandatoryThis method must be implemented.