Package com.google.gwt.user.client.ui
Interface SourcesTreeEvents
-
- All Known Implementing Classes:
Tree
@Deprecated public interface SourcesTreeEvents
Deprecated.A widget that implements this interface sources the events defined by theTreeListener
interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
addTreeListener(TreeListener listener)
Deprecated.void
removeTreeListener(TreeListener listener)
Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead
-
-
-
Method Detail
-
addTreeListener
@Deprecated void addTreeListener(TreeListener listener)
Deprecated.Adds a listener interface to receive tree events.- Parameters:
listener
- the listener interface to add
-
removeTreeListener
@Deprecated void removeTreeListener(TreeListener listener)
Deprecated.Use theHandlerRegistration.removeHandler()
method on the object returned by an add*Handler method insteadRemoves a previously added listener interface.- Parameters:
listener
- the listener interface to remove
-
-