| Interface | osid.resourcing.EffortReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The effort receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newEfforts | ||
| Description |
The callback for notifications of new efforts. | ||
| Parameters | osid.id.IdList | effortIds | the Ids of the new Efforts |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedEfforts | ||
| Description |
The callback for notification of updated efforts. | ||
| Parameters | osid.id.IdList | effortIds | the Ids of the updated Efforts |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedEfforts | ||
| Description |
The callback for notification of deleted efforts. | ||
| Parameters | osid.id.IdList | effortIds | the Ids of the deleted Efforts |
| Compliance | mandatory | This method must be implemented. | |