public interface

FiresSuggestionEvents

com.google.gwt.user.client.ui.FiresSuggestionEvents
Known Indirect Subclasses

This interface is deprecated.
Use HasSelectionHandlers instead.

Class Overview

A widget that implements this interface fires the events defined by the SuggestionHandler interface.

Summary

Public Methods
abstract void addEventHandler(SuggestionHandler handler)
This method is deprecated. Add a selection handler instead
abstract void removeEventHandler(SuggestionHandler handler)
This method is deprecated. Use the removeHandler() method on the object returned by an add*Handler method instead

Public Methods

public abstract void addEventHandler (SuggestionHandler handler)

This method is deprecated.
Add a selection handler instead

Adds a handler interface to receive suggestion events.

Parameters
handler the handler to add

public abstract void removeEventHandler (SuggestionHandler handler)

This method is deprecated.
Use the removeHandler() method on the object returned by an add*Handler method instead

Removes a previously added handler interface.

Parameters
handler the handler to remove