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.


Method Summary
 void filteredListChanged(PatternListFilter source, java.util.List filteredList)
          Event indicating that a list has been filtered and a new filtered list is available.
 

Method Detail

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 event
filteredList - the new filtered list