Interface SelectionHandler<T>
- 
- Type Parameters:
 T- the type being selected
- All Superinterfaces:
 EventHandler
- All Known Implementing Classes:
 ListenerWrapper.WrappedOldSuggestionHandler,ListenerWrapper.WrappedTabListener,ListenerWrapper.WrappedTreeListener
public interface SelectionHandler<T> extends EventHandler
Handler interface forSelectionEventevents. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSelection(SelectionEvent<T> event)Called whenSelectionEventis fired. 
 - 
 
- 
- 
Method Detail
- 
onSelection
void onSelection(SelectionEvent<T> event)
Called whenSelectionEventis fired.- Parameters:
 event- theSelectionEventthat was fired
 
 - 
 
 -