public static interface WeatherClient.ForecastWeatherEventListener extends WeatherClient.WeatherClientListener
Modifier and Type | Method and Description |
---|---|
void |
onWeatherRetrieved(WeatherForecast forecast)
This method is called to notify to the listener that the Weather information is ready
|
onConnectionError, onWeatherError
void onWeatherRetrieved(WeatherForecast forecast)
forecast
- WeatherForecast