OSID Logo
OSID Specifications
control package
Version 3.1.0
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.

Like all OsidReceivers, notifications are delivered to InputReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewInputs
Description

The callback for notifications of new inputs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinputIds the Id of the new Inputs
Compliancemandatory This method must be implemented.
MethodchangedInputs
Description

The callback for notification of updated inputs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinputIds the Id of the updated Inputs
Compliancemandatory This method must be implemented.
MethoddeletedInputs
Description

The callback for notification of deleted inputs.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListinputIds the Id of the deleted Inputs
Compliancemandatory This method must be implemented.