Object
) to the return type of the original method for which this is a callback. Note that if the return type of the synchronous service interface method is a primitive then the parameter will be the boxed version of the primitive (for example, an int
return type becomes an {@link Integer}.
ContentProvider
requests to pass the loaded rows to the table. Usually this will be called by an asynchronous callback AsyncCallback.onSuccess
implementation.
@param rows
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|