Uses of Interface
org.teavm.jso.browser.TimerHandler
Packages that use TimerHandler
-
Uses of TimerHandler in org.teavm.jso.browser
Methods in org.teavm.jso.browser with parameters of type TimerHandlerModifier and TypeMethodDescriptionstatic intWindow.setInterval(TimerHandler handler, double delay) static intWindow.setInterval(TimerHandler handler, int delay) static intWindow.setTimeout(TimerHandler handler, double delay) static intWindow.setTimeout(TimerHandler handler, int delay)