T - the data typepublic class DataChangeEvent<T> extends EventObject
DataProvider changes.DataProviderListener,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
DataChangeEvent.DataRefreshEvent<T>
An event fired when a single item of a
DataProvider has been
updated. |
source| Constructor and Description |
|---|
DataChangeEvent(DataProvider<T,?> source)
Creates a new
DataChangeEvent event originating from the given
data provider. |
| Modifier and Type | Method and Description |
|---|---|
DataProvider<T,?> |
getSource() |
toStringpublic DataChangeEvent(DataProvider<T,?> source)
DataChangeEvent event originating from the given
data provider.source - the data provider, not nullpublic DataProvider<T,?> getSource()
getSource in class EventObjectCopyright © 2025. All rights reserved.