org.onebusaway.realtime.api
Interface VehicleLocationListener


public interface VehicleLocationListener

A vehicle location listener is a component that can listen to VehicleLocationRecord records incoming from an AVL data source.

Author:
bdferris
See Also:
VehicleLocationRecord

Method Summary
 void handleVehicleLocationRecord(VehicleLocationRecord record)
           
 void handleVehicleLocationRecords(List<VehicleLocationRecord> records)
           
 void resetVehicleLocation(org.onebusaway.gtfs.model.AgencyAndId vehicleId)
           
 

Method Detail

handleVehicleLocationRecord

void handleVehicleLocationRecord(VehicleLocationRecord record)

handleVehicleLocationRecords

void handleVehicleLocationRecords(List<VehicleLocationRecord> records)

resetVehicleLocation

void resetVehicleLocation(org.onebusaway.gtfs.model.AgencyAndId vehicleId)


Copyright © 2012 OneBusAway. All Rights Reserved.