Package ca.odell.glazedlists.matchers
Interface MatcherEditor.Listener<E>
-
- All Superinterfaces:
java.util.EventListener
- Enclosing interface:
- MatcherEditor<E>
public static interface MatcherEditor.Listener<E> extends java.util.EventListenerA MatcherEditor.Listener handles changes fired by aMatcherEditor. The most notable implementation will beFilterListwhich uses these events to update its state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangedMatcher(MatcherEditor.Event<E> matcherEvent)Indicates a changes has occurred in the Matcher produced by the MatcherEditor.
-
-
-
Method Detail
-
changedMatcher
void changedMatcher(MatcherEditor.Event<E> matcherEvent)
Indicates a changes has occurred in the Matcher produced by the MatcherEditor.- Parameters:
matcherEvent- a MatcherEditor.Event describing the change in the Matcher produced by the MatcherEditor
-
-