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:
  • Constructor Details

    • TimerEndedEvent

      public TimerEndedEvent(SimpleTimer source, boolean fromClient)