public static interface WeatherClient.WeatherClientListener
Modifier and Type | Method and Description |
---|---|
void |
onConnectionError(java.lang.Throwable t)
This method is called when an error occured during the HTTP connection
|
void |
onWeatherError(WeatherLibException wle)
This method is called when an error occured during the data parsing
|
void onWeatherError(WeatherLibException wle)
wle
- WeatherLibException
void onConnectionError(java.lang.Throwable t)
t
- Throwable