Interface MonitoringFilter

All Known Implementing Classes:
CumulativeBooleanAndFilter, CumulativeBooleanOrFilter, DestinationFilter, FirstDigipeatFilter, LastDigipeatFilter

public interface MonitoringFilter
This interface defines extra methods a Filter that updates itself from real-time data must implement to allow turning on and off the updating.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Start automatically collecting real-time data as YAAC learns about them.
    void
    Stop automatically collecting new real-time data and keep the current cache stable.
  • Method Details

    • startRealTimeTracking

      void startRealTimeTracking()
      Start automatically collecting real-time data as YAAC learns about them.
    • stopRealTimeTracking

      void stopRealTimeTracking()
      Stop automatically collecting new real-time data and keep the current cache stable.