FleetEngine.ErrorListener

public static abstract class FleetEngine.ErrorListener extends Object

The Fleet Engine client will use instances of this interface to inform the developer when important exceptions occur.

Public Constructor Summary

Public Method Summary

void
onLocationUpdateError(LocationUpdateException ex)
Called when an exception was encountered while updating the vehicle's location.
void
onTripUpdateError(TripUpdateException ex)
Called when an exception was encountered while updating trips.
void
onVehicleUpdateError(VehicleUpdateException ex)
Called when an exception was encountered while updating vehicles.

Inherited Method Summary

Public Constructors

public FleetEngine.ErrorListener ()

Public Methods

public void onLocationUpdateError (LocationUpdateException ex)

Called when an exception was encountered while updating the vehicle's location.

Parameters
ex

public void onTripUpdateError (TripUpdateException ex)

Called when an exception was encountered while updating trips.

Parameters
ex

public void onVehicleUpdateError (VehicleUpdateException ex)

Called when an exception was encountered while updating vehicles.

Parameters
ex