Class LeafletMap.MapReadyEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<LeafletMap>
org.vaadin.addons.componentfactory.leaflet.LeafletMap.MapReadyEvent
All Implemented Interfaces:
Serializable
Enclosing class:
LeafletMap

public static final class LeafletMap.MapReadyEvent extends com.vaadin.flow.component.ComponentEvent<LeafletMap>
Map event which fired when map gets initialized on client side
Since:
2020-03-16
Version:
1.0
Author:
Gabor Kokeny Email: kokeny19@gmail.com
See Also:
  • Constructor Details

    • MapReadyEvent

      public MapReadyEvent(LeafletMap source)
      Creates a new map ready event.
      Parameters:
      source - the map that has been initialized