Interface HighlightHandler<V>
- Type Parameters:
V
- the highlighted value type
- All Superinterfaces:
EventHandler
Handler interface for
HighlightEvent
events.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onHighlight
(HighlightEvent<V> event) Called whenHighlightEvent
is fired.
-
Method Details