Class Svg.Event

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Svg>
com.storedobject.vaadin.Svg.Event
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Svg.ClickEvent, Svg.MouseOutEvent, Svg.MouseOverEvent
Enclosing class:
Svg

public abstract static class Svg.Event extends com.vaadin.flow.component.ComponentEvent<Svg>
Represents an abstract base class for events triggered by interactions with an SVG component. This class stores details about the event such as the coordinates of the mouse pointer during the event, the ID and tag name of the targeted SVG element, and associated metadata related to the event.

Subclasses of this class should define specific event types.

Author:
Syam
See Also: