Class SimpleTimer.TimerEndedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<SimpleTimer>
com.flowingcode.vaadin.addons.simpletimer.SimpleTimer.TimerEndedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SimpleTimer
@DomEvent("simple-timer-end")
public static class SimpleTimer.TimerEndedEvent
extends ComponentEvent<SimpleTimer>
Event that gets triggered when the timer reaches 0
- 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
-
TimerEndedEvent
-