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.util.
Class AbstractContainer.BaseItemSetChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.data.util.AbstractContainer.BaseItemSetChangeEvent
-
All Implemented Interfaces:
Direct Known Subclasses:
Enclosing class:
protected static class AbstractContainer.BaseItemSetChangeEvent extends EventObject implements Container.ItemSetChangeEvent, Serializable
An
event
object specifying the container whose Item set has changed. This class does not provide information about the exact changes performed, but subclasses can add provide additional information about the changes.See Also:
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseItemSetChangeEvent​(Container source)
-
Method Summary
All Methods Modifier and Type Method Description Container
getContainer()
Gets the Property where the event occurred.
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
BaseItemSetChangeEvent
protected BaseItemSetChangeEvent​(Container source)
-
-
Method Detail
-
getContainer
public Container getContainer()
Description copied from interface:
Container.ItemSetChangeEvent
Gets the Property where the event occurred.
Specified by:
getContainer
in interfaceContainer.ItemSetChangeEvent
Returns:
source of the event
-
-