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 Detail

      • filterChanged

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