Class PinchEndEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Zoomist>
com.flowingcode.vaadin.addons.zoomist.PinchEndEvent
All Implemented Interfaces:
Serializable

@DomEvent("zoomist-pinch-end") public class PinchEndEvent extends com.vaadin.flow.component.ComponentEvent<Zoomist>
Event that is fired when touch end with two fingers. This event only works on mobile device.
See Also:
  • Constructor Details

    • PinchEndEvent

      public PinchEndEvent(Zoomist source, boolean fromClient)