OSID Logo
OSID Specifications
mapping package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.LocationReceiver
Implementsosid.OsidReceiver
Description

The location receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted locations.

MethodnewLocations
Description

The callback for notifications of new locations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListlocationIdsthe Ids of the new Locations
CompliancemandatoryThis method must be implemented.
MethodchangedLocations
Description

The callback for notification of updated locations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListlocationIdsthe Ids of the updated Locations
CompliancemandatoryThis method must be implemented.
MethoddeletedLocations
Description

The callback for notification of deleted locations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListlocationIdsthe Ids of the deleted Locations
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfLocations
Description

The callback for notifications of changes to children of location hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListlocationIdsthe Ids of the Locations whose children have changed
CompliancemandatoryThis method must be implemented.