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