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 TypeMethodDescriptionvoidonSelection(SelectionEvent<T> event) Called whenSelectionEventis fired.
-
Method Details