Class AbstractSeriesEvent
java.lang.Object
com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractSeriesItemEvent
,DataRemovedEvent
,ItemSlicedEvent
,SeriesAddedEvent
,SeriesChangedEvent
,SeriesStateEvent
Base class for series events.
- Since:
- 2.0
- See Also:
-
Constructor Summary
ConstructorDescriptionAbstractSeriesEvent
(Series series) Constructs the event, storing the information about the series. -
Method Summary
-
Constructor Details
-
AbstractSeriesEvent
Constructs the event, storing the information about the series.- Parameters:
series
- Series the event deals with.
-
-
Method Details
-
getSeries
Returns the affected series- Returns:
- The affected series.
-