Interface FilterListener<E>

Type Parameters:
E - the type of elements that can be filtered.

public interface FilterListener<E>
The listener interface for receiving "interesting" events about filtering.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the value of the filter changes.
  • Method Details

    • filterChanged

      void filterChanged(FilterEvent<E> event)
      Called whenever the value of the filter changes.
      Parameters:
      event - the event that characterizes the change.