OSID Logo
OSID Specifications
process package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListstateIdsthe Ids of the new States
CompliancemandatoryThis method must be implemented.
MethodchangedStates
Description

The callback for notification of updated states.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstateIdsthe Ids of the updated States
CompliancemandatoryThis method must be implemented.
MethoddeletedStates
Description

the callback for notification of deleted states.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListstateIdsthe Ids of the deleted States
CompliancemandatoryThis method must be implemented.