MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / callSeriallyAndWait

Method callSeriallyAndWait

CodenameOne/src/com/codename1/ui/CN.java:355–357  ·  view source on GitHub ↗
(Runnable r)

Source from the content-addressed store, hash-verified

353 /// - `IllegalStateException`: @throws IllegalStateException if this method is invoked on the event dispatch thread (e.g. during
354 /// paint or event handling).
355 public static void callSeriallyAndWait(Runnable r) {
356 Display.INSTANCE.callSeriallyAndWait(r);
357 }
358
359 /// Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
360 ///

Callers 15

runAndWaitMethod · 0.95
runTestMethod · 0.95
recompileWithJavacMethod · 0.95
recompileWithMavenMethod · 0.95
setupMethod · 0.95
tearDownMethod · 0.95
interceptTestMethodMethod · 0.95
addMessageMethod · 0.45
fireDataChangeEventMethod · 0.45
fireBindTargetChangeMethod · 0.45

Calls

no outgoing calls

Tested by 15

runTestMethod · 0.76
setupMethod · 0.76
tearDownMethod · 0.76
interceptTestMethodMethod · 0.76
mainMethod · 0.36
mainMethod · 0.36
recordGifMethod · 0.36
cropFrameMethod · 0.36
dungeonMethod · 0.36
editMethod · 0.36
liveMethod · 0.36