Interface ShowRangeHandler<V>
-
- Type Parameters:
V
- the type of range
- All Superinterfaces:
EventHandler
public interface ShowRangeHandler<V> extends EventHandler
Handler interface forShowRangeEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onShowRange(ShowRangeEvent<V> event)
Called whenShowRangeEvent
is fired.
-
-
-
Method Detail
-
onShowRange
void onShowRange(ShowRangeEvent<V> event)
Called whenShowRangeEvent
is fired.- Parameters:
event
- theShowRangeEvent
that was fired
-
-