public class IlvThreadUtil extends Object
This class is not instantiable.
Modifier and Type | Method and Description |
---|---|
static void |
waitForInvokeLatersDone()
Waits until events (usually created by
SwingUtilities.invokeLater ) sent to the AWT event thread
have been handled (that is, the invokeLater runnables have been
executed). |
public static void waitForInvokeLatersDone()
SwingUtilities.invokeLater
) sent to the AWT event thread
have been handled (that is, the invokeLater
runnables have been
executed).
Note: This method has no effect when invoked from the AWT event thread thread itself.
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.