OSID Logo
OSID Specifications
topology path package
Version 3.0.0
Release Candidate Preview
Interfaceosid.topology.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.IdnotificationIdthe notification Id
osid.id.IdListpathIdsthe s of the new Paths
CompliancemandatoryThis method must be implemented.
MethodchangedPaths
Description

The callback for notification of updated paths.

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

The callback for notification of deleted paths.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpathIdsthe Ids of the deleted Paths
CompliancemandatoryThis method must be implemented.