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

The state receiver is the consumer supplied interface for receiving notifications pertaining to changed states.

MethodchangedState
Description

The callback for notification of updated states.

Parametersosid.id.IdnotificationId the notification Id
osid.id.Idid the Id
osid.id.IdprocessId the process Id
Compliancemandatory This method must be implemented.