T
- the target type of the highlight action@FunctionalInterface public interface HighlightAction<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
highlight(T t,
boolean highlight)
Performs the highlight action on the target.
|
void highlight(T t, boolean highlight)
t
- the target of the highlight actionhighlight
- true if the target should be highlighted, false to clear the
highlight state previously set by this actionCopyright © 2025. All rights reserved.