Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.util.swing
Class LowPriorityEventQueue

java.lang.Object
  extended by 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

Constructor Summary
LowPriorityEventQueue()
           
 
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
 

Constructor Detail

LowPriorityEventQueue

public LowPriorityEventQueue()
Method Detail

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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.