Class AbstractSeriesEvent
java.lang.Object
com.vaadin.componentfactory.maps.events.internal.AbstractSeriesEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractSeriesItemEvent,DataRemovedEvent,ItemSlicedEvent,SeriesAddedEvent,SeriesChangedEvent,SeriesStateEvent
Base class for series events.
- Since:
- 2.0
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSeriesEvent(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.
-