Package com.macrofocus.filter
Interface FilterEvent<E>
-
- Type Parameters:
E
-
- All Known Implementing Classes:
AbstractFilterEvent
,SimpleFilterEvent
public interface FilterEvent<E>
An event that characterizes a change in the current filtering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<E>
getFiltered()
Filter<E>
getModel()
java.lang.Iterable<E>
getUnfiltered()
-