@FunctionalInterface
public interface WeatherListener
Modifier and Type | Method and Description |
---|---|
void |
weatherUpdated(WeatherDistributor wDist)
This method is called when the local weather data (not some remote station) is updated.
|
void weatherUpdated(WeatherDistributor wDist)
wDist
- WeatherDistributor containing the weather data