Interface FiresSuggestionEvents
public
interface
FiresSuggestionEvents
// Implemented by
SuggestBox
A widget that implements this interface fires the events defined by
the
SuggestionHandler interface.
Methods
Method Detail
addEventHandler
Adds a handler interface to receive suggestion events.
Parameters
- handler
- the handler to add
removeEventHandler
Removes a previously added handler interface.
Parameters
- handler
- the handler to remove.