Interface | osid.mapping.path.ResourceVelocityReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The resource route receiver is the consumer supplied interface for receiving notifications pertaining to changes of resource velocities. | ||
Method | movingResource | ||
Description |
The callback for notifications of moving resources. | ||
Parameters | osid.id.Id | resourceId | the Id of the Resource |
Compliance | mandatory | This method must be implemented. | |
Method | stoppedResource | ||
Description |
The callback for notifications of stopped resources. | ||
Parameters | osid.id.Id | resourceId | the Id of the Resource |
Compliance | mandatory | This method must be implemented. | |
Method | changedResourceVelocity | ||
Description |
The callback for notifications of resources changing speed or direction. | ||
Parameters | osid.id.Id | resourceId | the Id of the Resource |
osid.mapping.Speed | speed | the speed | |
osid.mapping.Heading | heading | the heading | |
Compliance | mandatory | This method must be implemented. |