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