Modifier and Type | Method and Description |
---|---|
void |
WeatherClient.CityEventListener.onCityListRetrieved(java.util.List<City> cityList)
This method is called to notify to the listener that the
City list is ready |
Modifier and Type | Method and Description |
---|---|
City |
City.CityBuilder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<City> |
IWeatherProvider.getCityResultList(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
java.util.List<City> |
ForecastIOWeatherProvider.getCityResultList(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
java.util.List<City> |
OpenweathermapProvider.getCityResultList(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
java.util.List<City> |
WeatherUndergroundProvider.getCityResultList(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
java.util.List<City> |
YahooWeatherProvider.getCityResultList(java.lang.String data) |