public class AsyncDataProviderEvent<T> extends BaseEvent<AsyncDataProvider<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
AsyncDataProviderEvent(AsyncDataProvider<T> source,
int startRecord,
int endRecord) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndRecord() |
int |
getStartRecord() |
void |
updateData(Array<T> data) |
void |
updateData(List<T> data) |
void |
updateData(T[] data) |
protected AsyncDataProviderEvent(AsyncDataProvider<T> source, int startRecord, int endRecord)
Copyright © 2014. All rights reserved.