Interface ShowRangeHandler<V>
- Type Parameters:
V
- the type of range
- All Superinterfaces:
EventHandler
Handler interface for
ShowRangeEvent
events.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onShowRange
(ShowRangeEvent<V> event) Called whenShowRangeEvent
is fired.
-
Method Details