Modifier and Type | Method and Description |
---|---|
void |
WeatherClient.HistoricalWeatherEventListener.onWeatherRetrieved(HistoricalWeather histWeather)
This method is called to notify to the listener that the historical Weather information is ready
|
Modifier and Type | Method and Description |
---|---|
HistoricalWeather |
IWeatherProvider.getHistoricalWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
HistoricalWeather |
ForecastIOWeatherProvider.getHistoricalWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
HistoricalWeather |
OpenweathermapProvider.getHistoricalWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
HistoricalWeather |
WeatherUndergroundProvider.getHistoricalWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
HistoricalWeather |
YahooWeatherProvider.getHistoricalWeather(java.lang.String data) |