Package adams.gui.event
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfilter(FilterEvent<T> e)Gets called when the filtering should be executed.
-
-
-
Method Detail
-
filter
void filter(FilterEvent<T> e)
Gets called when the filtering should be executed.- Parameters:
e- the event
-
-