public interface NamedFilterListener
extends java.util.EventListener
NamedFilter
related events.Modifier and Type | Method and Description |
---|---|
void |
nameFilterChanged(NamedFilterChangeType type,
java.lang.String filterName,
Filter<?,?> filter)
The filter has changed.
|
void nameFilterChanged(@NotNull NamedFilterChangeType type, @NotNull java.lang.String filterName, @NotNull Filter<?,?> filter)
type
- the change typefilterName
- the name of the sub-filter that has changedfilter
- the sub-filter that has changed