OSID Logo
OSID Specifications
room construction package
Version 3.1.0
Interfaceosid.room.construction.ProjectReceiver
Implementsosid.OsidReceiver
Description

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

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

MethodnewProjects
Description

The callback for notifications of new projects.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprojectIds the Ids of the new Projects
Compliancemandatory This method must be implemented.
MethodchangedProjects
Description

The callback for notification of updated projects.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprojectIds the Ids of the updated Projects
Compliancemandatory This method must be implemented.
MethoddeletedProjects
Description

the callback for notification of deleted projects.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprojectIds the Ids of the registered Projects
Compliancemandatory This method must be implemented.