@FunctionalInterface
public static interface UsageView.ExcludeListener
Modifier and Type | Method and Description |
---|---|
void |
fireExcluded(java.util.Set<? extends Usage> usages,
boolean excluded) |
void fireExcluded(java.util.Set<? extends Usage> usages, boolean excluded)
usages
- unmodifiable set or nodes that were excluded or includedexcluded
- if true
usages were excluded otherwise they were included