org.eclipse.nebula.widgets.nattable.util
Class UpdateQueue
java.lang.Object
  
org.eclipse.nebula.widgets.nattable.util.UpdateQueue
- Direct Known Subclasses: 
 - ConflationQueue
 
public class UpdateQueue
- extends Object
 
GUI Update Event Queue
| 
Field Summary | 
protected  long | 
sleep
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
sleep
protected long sleep
UpdateQueue
protected UpdateQueue()
getInstance
public static UpdateQueue getInstance()
 
addRunnable
public void addRunnable(String id,
                        Runnable runnable)
- Add a new runnable to a map along with a unique id
 The last update runnable of an id will be executed only.
- Parameters:
 id - runnable - 
 
 
stopThread
public void stopThread()
 
Copyright © 2015. All rights reserved.