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