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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
JmixTimerTickEvent
-