public class SynchronousDataProviderEvent<T> extends BaseEvent<SyncDataProvider<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
SynchronousDataProviderEvent(SyncDataProvider<T> source) |
| Modifier and Type | Method and Description |
|---|---|
void |
updateData(List<T> data) |
void |
updateData(T[] data) |
protected SynchronousDataProviderEvent(SyncDataProvider<T> source)
Copyright © 2014. All rights reserved.