OSID Logo
OSID Specifications
mapping path package
Version 3.1.0
Interfaceosid.mapping.path.ResourcePathReceiver
Implementsosid.OsidReceiver
Description

The resource route receiver is the consumer supplied interface for receiving notifications pertaining to changes of resources along paths.

MethodenteredPath
Description

The callback for notifications of resources starting on paths.

Parametersosid.id.IdpathId the Id of the Path
osid.id.IdresourceId the Id of the Resource
Compliancemandatory This method must be implemented.
MethodexitedPath
Description

The callback for notifications of resources leaving paths.

Parametersosid.id.IdpathId the Id of the Path
osid.id.IdresourceId the Id of the Resource
Compliancemandatory This method must be implemented.