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 TypeMethodDescriptionvoidonBeforeSelection(BeforeSelectionEvent<T> event) Called whenBeforeSelectionEventis fired.
-
Method Details