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