Interface | osid.mapping.path.ResourcePathReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The resource route receiver is the consumer supplied interface for receiving notifications pertaining to changes of resources along paths. | ||
Method | enteredPath | ||
Description |
The callback for notifications of resources starting on paths. | ||
Parameters | osid.id.Id | pathId | the Id of the Path |
osid.id.Id | resourceId | the Id of the Resource | |
Compliance | mandatory | This method must be implemented. | |
Method | exitedPath | ||
Description |
The callback for notifications of resources leaving paths. | ||
Parameters | osid.id.Id | pathId | the Id of the Path |
osid.id.Id | resourceId | the Id of the Resource | |
Compliance | mandatory | This method must be implemented. |