Modifier and Type | Method and Description |
---|---|
void |
StandardHttpClient.getCurrentCondition(java.lang.String location,
WeatherClient.WeatherEventListener listener)
|
abstract void |
WeatherClient.getCurrentCondition(java.lang.String location,
WeatherClient.WeatherEventListener listener)
|
void |
StandardHttpClient.getCurrentCondition(WeatherRequest request,
WeatherClient.WeatherEventListener listener)
Get the current weather condition.
|
abstract void |
WeatherClient.getCurrentCondition(WeatherRequest request,
WeatherClient.WeatherEventListener listener)
Get the current weather condition.
|
Modifier and Type | Method and Description |
---|---|
void |
WeatherDefaultClient.getCurrentCondition(java.lang.String location,
WeatherClient.WeatherEventListener listener)
|
void |
WeatherDefaultClient.getCurrentCondition(WeatherRequest wRequest,
WeatherClient.WeatherEventListener listener)
Get the current weather condition.
|
Modifier and Type | Method and Description |
---|---|
void |
WeatherClientDefault.getCurrentCondition(java.lang.String location,
WeatherClient.WeatherEventListener listener)
|
void |
WeatherClientDefault.getCurrentCondition(WeatherRequest wRequest,
WeatherClient.WeatherEventListener listener)
Get the current weather condition.
|