org.ka2ddo.yaac.filter
Interface MonitoringFilter

All Known Implementing Classes:
CumulativeBooleanAndFilter, DestinationFilter, 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.


Method Summary
 void startRealTimeTracking()
          Start automatically collecting real-time data as YAAC learns about them.
 void stopRealTimeTracking()
          Stop automatically collecting new real-time data and keep the current cache stable.
 

Method Detail

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.