net.java.sip.communicator.util.swing
Class LowPriorityEventQueue
java.lang.Object
net.java.sip.communicator.util.swing.LowPriorityEventQueue
public class LowPriorityEventQueue
- extends Object
The LowPriorityEventQueue schedules low priority events to be
dispatched through the system event queue.
- Author:
- Yana Stamcheva
|
Method Summary |
static void |
invokeLater(Runnable runnable)
Causes runnable to have its run
method called in the event dispatch thread with low priority. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LowPriorityEventQueue
public LowPriorityEventQueue()
invokeLater
public static void invokeLater(Runnable runnable)
- Causes
runnable to have its run
method called in the event dispatch thread with low priority.
- Parameters:
runnable - the Runnable whose run
method should be executed synchronously on the EventQueue
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.