V
- the highlighted value typepublic interface HighlightHandler<V> extends EventHandler
HighlightEvent
events.Modifier and Type | Method and Description |
---|---|
void |
onHighlight(HighlightEvent<V> event)
Called when
HighlightEvent is fired. |
void onHighlight(HighlightEvent<V> event)
HighlightEvent
is fired.event
- the HighlightEvent
that was firedCopyright © 2018. All rights reserved.