V
- the type of rangepublic interface ShowRangeHandler<V> extends EventHandler
ShowRangeEvent
events.Modifier and Type | Method and Description |
---|---|
void |
onShowRange(ShowRangeEvent<V> event)
Called when
ShowRangeEvent is fired. |
void onShowRange(ShowRangeEvent<V> event)
ShowRangeEvent
is fired.event
- the ShowRangeEvent
that was fired