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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, getUI, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
MapReadyEvent
Creates a new map ready event.- Parameters:
source- the map that has been initialized
-