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

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

MethodmovedResource
Description

The callback for notifications of resources entering locations.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdresourceIdthe Id of the Resource
osid.mapping.Coordinatecoordinatethe Id of the Coordinate
CompliancemandatoryThis method must be implemented.
MethodenteredSpatialUnit
Description

The callback for notifications of resources entering spatial units.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdresourceIdthe Id of the Resource
osid.mapping.SpatialUnitspatialUnitthe Id of the SpatialUnit
CompliancemandatoryThis method must be implemented.
MethodexitedSpatialUnit
Description

The callback for notifications of resources exiting spatial units.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdresourceIdthe Id of the Resource
osid.mapping.SpatialUnitspatialUnitthe Id of the SpatialUnit
CompliancemandatoryThis method must be implemented.