Class SeriesAddedEvent

java.lang.Object
com.vaadin.componentfactory.maps.events.internal.AbstractSeriesEvent
com.vaadin.componentfactory.maps.events.internal.SeriesAddedEvent
All Implemented Interfaces:
Serializable

public class SeriesAddedEvent extends AbstractSeriesEvent
Event for information about a new series to be added
Since:
4.0
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • SeriesAddedEvent

      public SeriesAddedEvent(Series series)
      Constructs the event.
      Parameters:
      series - The series that is to be added