@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.JmixTimerStopListenerWrapperTimer.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, stopgetEventHub, getId, getOwner, hasSubscriptions, publish, unsubscribeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddActionListener, addStopListener, removeActionListener, removeStopListener@Deprecated public void removeTimerActionListener(java.util.function.Consumer<io.jmix.ui.component.Timer.TimerActionEvent> listener)
TimerTimerActionEvent listener.listener - listener@Deprecated public void removeTimerStopListener(java.util.function.Consumer<io.jmix.ui.component.Timer.TimerStopEvent> listener)
TimerTimerStopEvent listener.listener - listener