Package com.google.gwt.user.client.ui
Interface SourcesTreeEvents
- All Known Implementing Classes:
 Tree
Deprecated.
A widget that implements this interface sources the events defined by the
 
TreeListener interface.- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddTreeListener(TreeListener listener) Deprecated.voidremoveTreeListener(TreeListener listener) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned by an add*Handler method instead 
- 
Method Details
- 
addTreeListener
Deprecated.Adds a listener interface to receive tree events.- Parameters:
 listener- the listener interface to add
 - 
removeTreeListener
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
 
 - 
 
HasBeforeSelectionHandlers,HasOpenHandlersandHasClickHandlersinstead