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

Method update

forge-gui-mobile/src/forge/screens/match/views/VField.java:55–60  ·  view source on GitHub ↗
(boolean invokeInEdtNowOrLater)

Source from the content-addressed store, hash-verified

53 }
54
55 public void update(boolean invokeInEdtNowOrLater) {
56 if (invokeInEdtNowOrLater)
57 FThreads.invokeInEdtNowOrLater(updateRoutine);
58 else
59 FThreads.invokeInEdtLater(updateRoutine);
60 }
61
62 private final Runnable updateRoutine = new Runnable() {
63 @Override

Callers

nothing calls this directly

Calls 2

invokeInEdtNowOrLaterMethod · 0.95
invokeInEdtLaterMethod · 0.95

Tested by

no test coverage detected