public abstract static class Exec.Default extends Exec
invokeLater(java.lang.Runnable) via the frame tick.Exec.Default| Modifier and Type | Method and Description |
|---|---|
void |
invokeLater(java.lang.Runnable action)
Invokes
action on the next Platform.frame signal. |
deferredPromise, invokeAsync, isAsyncSupported, isMainThreadpublic Default(Platform plat)
public void invokeLater(java.lang.Runnable action)
Execaction on the next Platform.frame signal. The default implementation
listens to the frame signal at a very high priority so that invoke later actions will run
before the game's normal callbacks.invokeLater in class ExecCopyright © 2018. All Rights Reserved.