Package com.macrofocus.filter
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 TypeMethodDescriptionvoid
filterChanged
(FilterEvent<E> event) Called whenever the value of the filter changes.
-
Method Details
-
filterChanged
Called whenever the value of the filter changes.- Parameters:
event
- the event that characterizes the change.
-