gov.sns.tools.swing.patternfilter
Interface PatternChangeListener
- All Known Implementing Classes:
- PatternListFilter.PatternChangeHandler
- public interface PatternChangeListener
PatternChangeListener is an interface implemented by listeners which want to be notified
of changes in the pattern used for filtering and specified in the PatternEventPoster.
|
Method Summary |
void |
patternChanged(PatternEventPoster source,
java.util.regex.Pattern pattern,
boolean narrowing)
Event indicating that the pattern used to filter has changed |
patternChanged
public void patternChanged(PatternEventPoster source,
java.util.regex.Pattern pattern,
boolean narrowing)
- Event indicating that the pattern used to filter has changed
- Parameters:
source - The poster of this event.pattern - The pattern used for filteringnarrowing - true if the new pattern strictly narrows filtering from the old pattern