Interface ObservableTestFilter.Observer

Enclosing class:
ObservableTestFilter

public static interface ObservableTestFilter.Observer
An observer that is notified when the filter has been changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    A notification message that is called when the filter has been changed.
  • Method Details

    • filterUpdated

      void filterUpdated(ObservableTestFilter filter)
      A notification message that is called when the filter has been changed.
      Parameters:
      filter - The filter that has been changed