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.flow.component.charts.events.internal.
Class AbstractSeriesEvent
- java.lang.Object
-
- com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
-
All Implemented Interfaces:
Direct Known Subclasses:
AbstractSeriesItemEvent
,DataRemovedEvent
,ItemSlicedEvent
,SeriesAddedEvent
,SeriesChangedEvent
,SeriesStateEvent
public abstract class AbstractSeriesEvent extends Object implements Serializable
Base class for series events.
Since:
2.0
See Also:
-
-
Constructor Summary
Constructors Constructor Description AbstractSeriesEvent​(Series series)
Constructs the event, storing the information about the series.
-
-
-
Constructor Detail
-
AbstractSeriesEvent
public AbstractSeriesEvent​(Series series)
Constructs the event, storing the information about the series.
Parameters:
series
- Series the event deals with.
-
-
Method Detail
-
getSeries
public Series getSeries()
Returns the affected series
Returns:
The affected series.
-
-