Interface FetchDoneEventHandler
- All Superinterfaces:
BrowserEventHandler
Fetching done event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFetchDone
(FetchDoneEvent event) Fetching done event handler
-
Method Details
-
onFetchDone
Fetching done event handler
The event handler will be called, when a data handling component's data fetching is done.
- Parameters:
event
- The event object- See Also:
-