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

The path receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Path objects.

MethodnewPaths
Description

The callback for notifications of new paths.

Parametersosid.id.IdListpathIds the Ids of the new Paths
Compliancemandatory This method must be implemented.
MethodchangedPaths
Description

The callback for notification of updated paths.

Parametersosid.id.IdListpathIds the Ids of the updated Paths
Compliancemandatory This method must be implemented.
MethoddeletedPaths
Description

The callback for notification of deleted paths.

Parametersosid.id.IdListpathIds the Ids of the deleted Paths
Compliancemandatory This method must be implemented.