Package com.google.gwt.user.client.ui
Interface SourcesTreeEvents
-
- All Known Implementing Classes:
Tree
@Deprecated public interface SourcesTreeEventsDeprecated.A widget that implements this interface sources the events defined by theTreeListenerinterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidaddTreeListener(TreeListener listener)Deprecated.voidremoveTreeListener(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
-
-