OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.InputReceiver
Implementsosid.OsidReceiver
Description

The input receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Input objects.

MethodnewInputs
Description

The callback for notifications of new inputs.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinputIdsthe Id of the new Inputs
CompliancemandatoryThis method must be implemented.
MethodchangedInputs
Description

The callback for notification of updated inputs.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinputIdsthe Id of the updated Inputs
CompliancemandatoryThis method must be implemented.
MethoddeletedInputs
Description

The callback for notification of deleted inputs.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListinputIdsthe Id of the deleted Inputs
CompliancemandatoryThis method must be implemented.