T
- the target type of the highlight condition@FunctionalInterface public interface HighlightCondition<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
shouldHighlight(T t,
AfterNavigationEvent event)
Tests if the target should be highlighted based on the navigation
event . |
boolean shouldHighlight(T t, AfterNavigationEvent event)
event
.t
- the target of the highlight conditionevent
- the navigation eventCopyright © 2022. All rights reserved.