public interface HasDataChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDataChangedHandler(DataChangedHandler handler)
Called when the structure of this tree is changed in any way.
|
fireEvent
HandlerRegistration addDataChangedHandler(DataChangedHandler handler)
handler
- the dataChanged handlerHandlerRegistration
used to remove this handler