Interface WeatherListener

All Known Implementing Classes:
WeatherStatusDialog
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface WeatherListener
This interface defines a callback to notify the listener that the local weather data has been updated.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when the local weather data (not some remote station) is updated.
  • Method Details

    • 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