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

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

MethodmovingResource
Description

The callback for notifications of moving resources.

Parametersosid.id.IdresourceIdthe Id of the Resource
CompliancemandatoryThis method must be implemented.
MethodstoppedResource
Description

The callback for notifications of stopped resources.

Parametersosid.id.IdresourceIdthe Id of the Resource
CompliancemandatoryThis method must be implemented.
MethodchangedResourceVelocity
Description

The callback for notifications of resources changing speed or direction.

Parametersosid.id.IdresourceIdthe Id of the Resource
osid.mapping.Speedspeedthe speed
osid.mapping.Headingheadingthe heading
CompliancemandatoryThis method must be implemented.