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