OSID Logo
OSID Specifications
process package
Version 3.1.0
Interfaceosid.process.StateReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewStates
Description

The callback for notifications of new states.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstateIds the Ids of the new States
Compliancemandatory This method must be implemented.
MethodchangedStates
Description

The callback for notification of updated states.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstateIds the Ids of the updated States
Compliancemandatory This method must be implemented.
MethoddeletedStates
Description

the callback for notification of deleted states.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListstateIds the Ids of the deleted States
Compliancemandatory This method must be implemented.