Class DragEndEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Zoomist>
com.flowingcode.vaadin.addons.zoomist.DragEndEvent
- All Implemented Interfaces:
Serializable
Event that is fired when mouse up to the image.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionDragEndEvent(Zoomist source, boolean fromClient, double offsetX, double offsetY) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
DragEndEvent
public DragEndEvent(Zoomist source, boolean fromClient, @EventData("event.detail.offsetX") double offsetX, @EventData("event.detail.offsetY") double offsetY)
-