public interface HasFetchDataHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addFetchDataHandler(FetchDataHandler handler)
Notification function fired on fetchData() or filterData()
|
com.google.gwt.event.shared.HandlerRegistration addFetchDataHandler(FetchDataHandler handler)
handler
- the filterData handlerHandlerRegistration
used to remove this handler