Class Timer.TimerStopEvent

java.lang.Object
java.util.EventObject
io.jmix.ui.component.Timer.TimerStopEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
Timer

public static class Timer.TimerStopEvent extends EventObject
Event fired on timer stop after Timer.stop() call.
See Also:
  • Constructor Details

    • TimerStopEvent

      public TimerStopEvent(Timer source)
  • Method Details