Interface FilterListener<T extends DataContainer>

  • Type Parameters:
    T - the type of data the filter handles
    All Known Implementing Classes:
    TimeseriesExplorer

    public interface FilterListener<T extends DataContainer>
    Interface for classes that want to listen to events that trigger filtering.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • filter

        void filter​(FilterEvent<T> e)
        Gets called when the filtering should be executed.
        Parameters:
        e - the event