Class AnimationEndEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
de.mekaso.vaadin.addon.compani.animation.AnimationEndEvent
All Implemented Interfaces:
Serializable

@DomEvent(value="webkitAnimationEnd", debounce=) public class AnimationEndEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
Author:
Meik Kaufmann Animation end event.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the DOM event for an ending CSS transition.

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    AnimationEndEvent(com.vaadin.flow.component.Component source, boolean fromClient)
    Constructor.
  • Method Summary

    Methods inherited from class com.vaadin.flow.component.ComponentEvent

    getSource, isFromClient, unregisterListener

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • AnimationEndEvent

      public AnimationEndEvent(com.vaadin.flow.component.Component source, boolean fromClient)
      Constructor.
      Parameters:
      source - source component
      fromClient - from client