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

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

MethodenteredLocation
Description

The callback for notifications of resources entering locations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdlocationIdthe Id of the Location
osid.id.IdresourceIdthe Id of the Resource
CompliancemandatoryThis method must be implemented.
MethodexitedLocation
Description

The callback for notifications of resources exiting locations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdrouteIdthe Id of the Location
osid.id.IdresourceIdthe Id of the Resource
CompliancemandatoryThis method must be implemented.
MethodnewResourceCoordinate
Description

The callback for notifications of resources changing coordinates.

Parametersosid.id.IdnotificationIdthe notification Id
osid.mapping.Coordinatecoordinatethe new coordinate
osid.id.IdresourceIdthe Id of the Resource
CompliancemandatoryThis method must be implemented.