public class FetchDataEvent<T> extends BaseEvent<LazyProvider<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
FetchDataEvent(LazyProvider<T> source,
int startRecord,
int endRecord) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndRecord() |
int |
getStartRecord() |
protected FetchDataEvent(LazyProvider<T> source, int startRecord, int endRecord)
Copyright © 2015. All rights reserved.