T
- the type being selectedpublic interface SelectionHandler<T> extends EventHandler
SelectionEvent
events.Modifier and Type | Method and Description |
---|---|
void |
onSelection(SelectionEvent<T> event)
Called when
SelectionEvent is fired. |
void onSelection(SelectionEvent<T> event)
SelectionEvent
is fired.event
- the SelectionEvent
that was firedCopyright © 2018. All rights reserved.