Interface BeforeSelectionHandler<T>
- Type Parameters:
T
- the type about to be selected
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
ListenerWrapper.WrappedTabListener
Handler interface for
BeforeSelectionEvent
events.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onBeforeSelection
(BeforeSelectionEvent<T> event) Called whenBeforeSelectionEvent
is fired.
-
Method Details