T
- the data typepublic class DataChangeEvent<T> extends EventObject
DataProvider
changes.DataProviderListener
,
Serialized FormModifier 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() |
toString
public DataChangeEvent(DataProvider<T,?> source)
DataChangeEvent
event originating from the given
data provider.source
- the data provider, not nullpublic DataProvider<T,?> getSource()
getSource
in class EventObject
Copyright © 2018. All rights reserved.