MCPcopy Create free account
hub / github.com/Card-Forge/forge / invokeInEdtLater

Method invokeInEdtLater

forge-gui/src/main/java/forge/gui/FThreads.java:26–28  ·  view source on GitHub ↗
(final Runnable proc)

Source from the content-addressed store, hash-verified

24 }
25
26 public static void invokeInEdtLater(final Runnable proc) {
27 GuiBase.getInterface().invokeInEdtLater(proc);
28 }
29
30 public static void invokeInEdtNowOrLater(final Runnable proc) {
31 if (isGuiThread()) {

Callers 15

afterDbLoadedMethod · 0.95
delayedSwitchBackMethod · 0.95
changeSkinMethod · 0.95
showMethod · 0.95
runBackgroundTaskMethod · 0.95
updateMethod · 0.95
tapMethod · 0.95
onCloseMethod · 0.95
startMatchMethod · 0.95
startMatchMethod · 0.95
startMatchMethod · 0.95
startMatchMethod · 0.95

Calls 2

getInterfaceMethod · 0.95
invokeInEdtLaterMethod · 0.65

Tested by

no test coverage detected