Interface PersistingFilter

All Known Implementing Classes:
CumulativeBooleanAndFilter, CumulativeBooleanOrFilter, DestinationFilter, RadiusFilter, SendingStationFilter, SymbolFilter

public interface PersistingFilter
Extra methods required for a Filter that can persist its values across instance creations and YAAC restarts.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPrefPrefix(String prefPrefix)
    Change the persisted parameter prefix for this Filter instance.
  • Method Details

    • setPrefPrefix

      void setPrefPrefix(String prefPrefix)
      Change the persisted parameter prefix for this Filter instance.
      Parameters:
      prefPrefix - prefix String (can be empty string "") or null to indicate this filter should not be persisted