@Deprecated public class WebTimer extends io.jmix.ui.component.impl.TimerImpl implements Timer
io.jmix.ui.component.impl.TimerImpl.JmixTimerActionListenerWrapper, io.jmix.ui.component.impl.TimerImpl.JmixTimerStopListenerWrapper
Timer.ActionListener, Timer.StopListener
Constructor and Description |
---|
WebTimer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
removeTimerActionListener(java.util.function.Consumer<io.jmix.ui.component.Timer.TimerActionEvent> listener)
Deprecated.
|
void |
removeTimerStopListener(java.util.function.Consumer<io.jmix.ui.component.Timer.TimerStopEvent> listener)
Deprecated.
|
addTimerActionListener, addTimerStopListener, attachTimerToUi, createComponent, detachTimerExtension, getDelay, isRepeating, registerInUI, registerOnAttach, setDelay, setId, setOwner, setRepeating, start, stop
getEventHub, getId, getOwner, hasSubscriptions, publish, unsubscribe
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addActionListener, addStopListener, removeActionListener, removeStopListener
@Deprecated public void removeTimerActionListener(java.util.function.Consumer<io.jmix.ui.component.Timer.TimerActionEvent> listener)
Timer
TimerActionEvent
listener.listener
- listener@Deprecated public void removeTimerStopListener(java.util.function.Consumer<io.jmix.ui.component.Timer.TimerStopEvent> listener)
Timer
TimerStopEvent
listener.listener
- listener