Modifier and Type | Method and Description |
---|---|
void |
WeatherClient.HourForecastWeatherEventListener.onWeatherRetrieved(WeatherHourForecast forecast)
This method is called to notify to the listener that the Weather information is ready
|
Modifier and Type | Method and Description |
---|---|
WeatherHourForecast |
IWeatherProvider.getHourForecastWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
WeatherHourForecast |
ForecastIOWeatherProvider.getHourForecastWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
WeatherHourForecast |
OpenweathermapProvider.getHourForecastWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
WeatherHourForecast |
WeatherUndergroundProvider.getHourForecastWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
WeatherHourForecast |
YahooWeatherProvider.getHourForecastWeather(java.lang.String data) |