public interface VehicleRentalDataSource
Modifier and Type | Method and Description |
---|---|
List<VehicleRentalRegion> |
getRegions() |
List<VehicleRentalStation> |
getStations() |
boolean |
regionsUpdated()
Returns true if there might have been changes to the regions
|
boolean |
stationsUpdated()
Returns true if there might have been changes to the stations
|
void |
update() |
boolean regionsUpdated()
boolean stationsUpdated()
List<VehicleRentalStation> getStations()
List<VehicleRentalRegion> getRegions()
void update()
Copyright © 2020. All rights reserved.