OSID Logo
OSID Specifications
room construction package
Version 3.0.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.

MethodnewProjects
Description

The callback for notifications of new projects.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprojectIdsthe Ids of the new Projects
CompliancemandatoryThis method must be implemented.
MethodchangedProjects
Description

The callback for notification of updated projects.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprojectIdsthe Ids of the updated Projects
CompliancemandatoryThis method must be implemented.
MethoddeletedProjects
Description

the callback for notification of deleted projects.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprojectIdsthe Ids of the registered Projects
CompliancemandatoryThis method must be implemented.