| Interface | osid.room.construction.ProjectReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The project receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newProjects | ||
| Description | 
                     The callback for notifications of new projects.  | ||
| Parameters | osid.id.IdList | projectIds | the  Ids  of the new  Projects   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProjects | ||
| Description | 
                     The callback for notification of updated projects.  | ||
| Parameters | osid.id.IdList | projectIds | the  Ids  of the updated  Projects   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProjects | ||
| Description | 
                     the callback for notification of deleted projects.  | ||
| Parameters | osid.id.IdList | projectIds | the  Ids  of the registered  Projects   | 
| Compliance | mandatory | This method must be implemented. | |