HasSelectionHandlers instead.@Deprecated
public interface FiresSuggestionEvents
SuggestionHandler interface.| Modifier and Type | Method and Description | 
|---|---|
| void | addEventHandler(SuggestionHandler handler)Deprecated. 
 Add a selection handler instead | 
| void | removeEventHandler(SuggestionHandler handler)Deprecated. 
 Use the
  HandlerRegistration.removeHandler()method on the object returned by an add*Handler method instead | 
@Deprecated void addEventHandler(SuggestionHandler handler)
handler - the handler to add@Deprecated void removeEventHandler(SuggestionHandler handler)
HandlerRegistration.removeHandler()
 method on the object returned by an add*Handler method insteadhandler - the handler to remove