We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.provider.
Class DataChangeEvent<T>
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.data.provider.DataChangeEvent<T>
-
Type Parameters:
T
- the data typeAll Implemented Interfaces:
Direct Known Subclasses:
public class DataChangeEvent<T> extends EventObject
An event fired when the data of a
DataProvider
changes.Since:
8.0
Author:
Vaadin Ltd
See Also:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataChangeEvent.DataRefreshEvent<T>
An event fired when a single item of a
DataProvider
has been updated.
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description DataChangeEvent(DataProvider<T,?> source)
Creates a new
DataChangeEvent
event originating from the given data provider.
-
-
-
Constructor Detail
-
DataChangeEvent
public DataChangeEvent(DataProvider<T,?> source)
Creates a new
DataChangeEvent
event originating from the given data provider.Parameters:
source
- the data provider, not null
-
-
Method Detail
-
getSource
public DataProvider<T,?> getSource()
Overrides:
getSource
in classEventObject
-
-