| Interface | osid.process.ProcessReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The process receiver is the consumer supplied interface for 
                receiving notifications pertaining to new, updated or deleted 
                  | ||
| Method | newProcesses | ||
| Description | 
                     The callback for notifications of new processes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | processIds | the  Ids  of the new  Processes   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedProcesses | ||
| Description | 
                     The callback for notification of updated processes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | processIds | the  Ids  of the updated  Processes   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedProcesses | ||
| Description | 
                     The callback for notification of deleted processes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | processIds | the  Ids  of the deleted  Processes   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedChildOfProcesses | ||
| Description | 
                     The callback for notifications of changes to children of process hierarchy nodes.  | ||
| Parameters | osid.id.Id | notificationId | the notification  Id   | 
osid.id.IdList | processIds | the  Ids  of the  Processes  whose children have 
changed  | |
| Compliance | mandatory | This method must be implemented. | |