| Interface | osid.mapping.ResourceLocationReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The resource location receiver is the consumer supplied interface for receiving notifications pertaining to location changes of resources. | ||
| Method | enteredLocation | ||
| Description |
The callback for notifications of resources entering locations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.Id | locationId | the Id of the Location | |
osid.id.Id | resourceId | the Id of the Resource | |
| Compliance | mandatory | This method must be implemented. | |
| Method | exitedLocation | ||
| Description |
The callback for notifications of resources exiting locations. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.Id | routeId | the Id of the Location | |
osid.id.Id | resourceId | the Id of the Resource | |
| Compliance | mandatory | This method must be implemented. | |
| Method | newResourceCoordinate | ||
| Description |
The callback for notifications of resources changing coordinates. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.mapping.Coordinate | coordinate | the new coordinate | |
osid.id.Id | resourceId | the Id of the Resource | |
| Compliance | mandatory | This method must be implemented. | |