Class JmixTimer.JmixTimerTickEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixTimer>
io.jmix.flowui.kit.component.timer.JmixTimer.JmixTimerTickEvent
All Implemented Interfaces:
Serializable
Enclosing class:
JmixTimer

@DomEvent("jmix-timer-tick") public static class JmixTimer.JmixTimerTickEvent extends com.vaadin.flow.component.ComponentEvent<JmixTimer>
Event that is sent after the specified time interval in the delay attribute has passed since the timer started. If the repeating attribute is set to true, this event is sent periodically, until the timer is stopped.
See Also:
  • Constructor Details

    • JmixTimerTickEvent

      public JmixTimerTickEvent(JmixTimer source, boolean fromClient)