(Runnable r)
| 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 | /// |
no outgoing calls