public interface HasDataChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDataChangedHandler(DataChangedHandler handler)
Notification fired when this list has changed in some way.
|
fireEvent
HandlerRegistration addDataChangedHandler(DataChangedHandler handler)
handler
- the dataArrived handlerHandlerRegistration
used to remove this handler