Interface SelectionHandler<T>
- Type Parameters:
T
- the type being selected
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
ListenerWrapper.WrappedOldSuggestionHandler
,ListenerWrapper.WrappedTabListener
,ListenerWrapper.WrappedTreeListener
Handler interface for
SelectionEvent
events.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSelection
(SelectionEvent<T> event) Called whenSelectionEvent
is fired.
-
Method Details