public class DataChangedEvent extends BaseEvent<DataProvider<?>>
| Modifier | Constructor and Description |
|---|---|
protected |
DataChangedEvent(DataProvider<?> source,
DataProviderRecord<?> currentRecord,
int recordPosition) |
| Modifier and Type | Method and Description |
|---|---|
DataProviderRecord<?> |
getCurrentRecord() |
int |
getRecordPosition() |
protected DataChangedEvent(DataProvider<?> source, DataProviderRecord<?> currentRecord, int recordPosition)
public DataProviderRecord<?> getCurrentRecord()
public int getRecordPosition()
Copyright © 2015. All rights reserved.