OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
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.IdListsignalIds the Ids of the new Signal
Compliancemandatory This method must be implemented.
MethodchangedSignals
Description

The callback for notification of updated signals.

Parametersosid.id.IdListsignalIds the Ids of the updated Signal
Compliancemandatory This method must be implemented.
MethoddeletedSignals
Description

The callback for notification of deleted signals.

Parametersosid.id.IdListsignalIds the Ids of the deleted Signal
Compliancemandatory This method must be implemented.