Uses of Interface
ca.odell.glazedlists.matchers.MatcherEditor.Listener
-
Packages that use MatcherEditor.Listener Package Description ca.odell.glazedlists.matchers Implementations and classes useful for creating implementations ofMatcherEditor/Matchersfor use withFilterLists. -
-
Uses of MatcherEditor.Listener in ca.odell.glazedlists.matchers
Methods in ca.odell.glazedlists.matchers with parameters of type MatcherEditor.Listener Modifier and Type Method Description voidAbstractMatcherEditorListenerSupport. addMatcherEditorListener(MatcherEditor.Listener<E> listener)Add a listener to be notified when this editor'sMatcherchanges.voidMatcherEditor. addMatcherEditorListener(MatcherEditor.Listener<E> listener)Add a listener to be notified when this editor'sMatcherchanges.voidAbstractMatcherEditorListenerSupport. removeMatcherEditorListener(MatcherEditor.Listener<E> listener)Remove the listener so that it no longer receives notification when theMatcherchanges.voidMatcherEditor. removeMatcherEditorListener(MatcherEditor.Listener<E> listener)Remove the listener so that it no longer receives notification when theMatcherchanges.
-