org.ka2ddo.yaac.weather
Interface WeatherListener

All Known Implementing Classes:
WeatherStatusDialog

public interface WeatherListener

This interface defines a callback to notify the listener that the local weather data has been updated.


Method Summary
 void weatherUpdated(WeatherDistributor wDist)
          This method is called when the local weather data (not some remote station) is updated.
 

Method Detail

weatherUpdated

void weatherUpdated(WeatherDistributor wDist)
This method is called when the local weather data (not some remote station) is updated.

Parameters:
wDist - WeatherDistributor containing the weather data