SelectionHandler
             instead@Deprecated
public interface SuggestionHandler
extends java.util.EventListener
SuggestionEvent.SuggestBox| Modifier and Type | Method and Description | 
|---|---|
| void | onSuggestionSelected(SuggestionEvent event)Deprecated.  Fired when a suggestion is selected. | 
void onSuggestionSelected(SuggestionEvent event)
event - the object containing information about this event deprecated
          use
          SelectionHandler.onSelection(com.google.gwt.event.logical.shared.SelectionEvent)
          instead