com.levigo.util.base.glazedlists.matchers
Interface MatcherEditor.Listener<E>

All Superinterfaces:
EventListener
Enclosing interface:
MatcherEditor<E>

public static interface MatcherEditor.Listener<E>
extends EventListener

A MatcherEditor.Listener handles changes fired by a MatcherEditor. The most notable implementation will be FilterList which uses these events to update its state.


Method Summary
 void changedMatcher(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


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.