gov.sns.tools.swing.patternfilter
Interface ListFilterListener
- public interface ListFilterListener
ListFilterListener is the interface for objects which wish to receive notification that the
a filter has been applied to a list.
filteredListChanged
public void filteredListChanged(PatternListFilter source,
java.util.List filteredList)
- Event indicating that a list has been filtered and a new filtered list is available.
- Parameters:
source - the filter used to filter the list and post the eventfilteredList - the new filtered list