Modifier and Type | Method and Description |
---|---|
WeatherForecast |
StandardHttpClient.getForecastWeather(WeatherRequest request)
Get the forecast weather condition.
|
Modifier and Type | Method and Description |
---|---|
void |
WeatherClient.ForecastWeatherEventListener.onWeatherRetrieved(WeatherForecast forecast)
This method is called to notify to the listener that the Weather information is ready
|
Modifier and Type | Method and Description |
---|---|
WeatherForecast |
IWeatherProvider.getForecastWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
WeatherForecast |
ForecastIOWeatherProvider.getForecastWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
WeatherForecast |
OpenweathermapProvider.getForecastWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
WeatherForecast |
WeatherUndergroundProvider.getForecastWeather(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
WeatherForecast |
YahooWeatherProvider.getForecastWeather(java.lang.String data) |