Uses of Interface
org.teavm.platform.PlatformRunnable
Packages that use PlatformRunnable
-
Uses of PlatformRunnable in org.teavm.platform
Methods in org.teavm.platform with parameters of type PlatformRunnableModifier and TypeMethodDescriptionstatic void
Platform.postpone(PlatformRunnable runnable)
static int
Platform.schedule(PlatformRunnable runnable, int timeout)
static void
Platform.startThread(PlatformRunnable runnable)