OSID Logo
OSID Specifications
mapping path package
Version 3.0.0
Release Candidate Preview
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.IdListpathIdsthe Ids of the new Paths
CompliancemandatoryThis method must be implemented.
MethodchangedPaths
Description

The callback for notification of updated paths.

Parametersosid.id.IdListpathIdsthe Ids of the updated Paths
CompliancemandatoryThis method must be implemented.
MethoddeletedPaths
Description

The callback for notification of deleted paths.

Parametersosid.id.IdListpathIdsthe Ids of the deleted Paths
CompliancemandatoryThis method must be implemented.