Modifier and Type | Method and Description |
---|---|
<T extends WeatherProviderFeature,S> |
StandardHttpClient.getProviderWeatherFeature(WeatherRequest request,
T extRequest,
GenericResponseParser<S> parser,
WeatherClient.GenericRequestWeatherEventListener<S> listener)
Get a specific weather provider feature not implemented in all weather provider
When the data is ready this method calls the onWeatherRetrieved passing the
HistoricalWeather weather information. |
abstract <T extends WeatherProviderFeature,S> |
WeatherClient.getProviderWeatherFeature(WeatherRequest request,
T extRequest,
GenericResponseParser<S> parser,
WeatherClient.GenericRequestWeatherEventListener<S> listener)
Get a specific weather provider feature not implemented in all weather provider
When the data is ready this method calls the onWeatherRetrieved passing the
HistoricalWeather weather information. |
Modifier and Type | Method and Description |
---|---|
<T extends WeatherProviderFeature,S> |
WeatherDefaultClient.getProviderWeatherFeature(WeatherRequest wRequest,
T extRequest,
GenericResponseParser<S> parser,
WeatherClient.GenericRequestWeatherEventListener<S> listener)
Get a specific weather provider feature not implemented in all weather provider
When the data is ready this method calls the onWeatherRetrieved passing the
HistoricalWeather weather information. |
Modifier and Type | Method and Description |
---|---|
<T extends WeatherProviderFeature,S> |
WeatherClientDefault.getProviderWeatherFeature(WeatherRequest request,
T extRequest,
GenericResponseParser<S> parser,
WeatherClient.GenericRequestWeatherEventListener<S> listener)
Get a specific weather provider feature not implemented in all weather provider
When the data is ready this method calls the onWeatherRetrieved passing the
HistoricalWeather weather information. |
Modifier and Type | Class and Description |
---|---|
class |
WebcamResponseParser
This class parses the response from Weatherundergound provider and extract the information related to the webcams
|