Interface ShowRangeHandler<V>
-
- Type Parameters:
V- the type of range
- All Superinterfaces:
EventHandler
public interface ShowRangeHandler<V> extends EventHandler
Handler interface forShowRangeEventevents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonShowRange(ShowRangeEvent<V> event)Called whenShowRangeEventis fired.
-
-
-
Method Detail
-
onShowRange
void onShowRange(ShowRangeEvent<V> event)
Called whenShowRangeEventis fired.- Parameters:
event- theShowRangeEventthat was fired
-
-