|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- the data type of the row valuespublic static interface TableModel.Callback<R>
Callback for TableModel
. Every Request should be associated with a
callback that should be called after a Response is generated.
Method Summary | |
---|---|
void |
onFailure(java.lang.Throwable caught)
Called when an error occurs and the rows cannot be loaded. |
void |
onRowsReady(TableModel.Request request,
TableModel.Response<R> response)
Consume the data created by TableModel in response to a Request. |
Method Detail |
---|
void onFailure(java.lang.Throwable caught)
caught
- the exception that was thrownvoid onRowsReady(TableModel.Request request, TableModel.Response<R> response)
TableModel
in response to a Request.
request
- the requestresponse
- the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |