org.eclipse.swt.widgets
Class RunnableLock

java.lang.Object
  |
  +--org.eclipse.swt.widgets.RunnableLock

class RunnableLock
extends Object


Field Summary
(package private)  Runnable runnable
           
(package private)  Thread thread
           
(package private)  Throwable throwable
           
 
Constructor Summary
(package private) RunnableLock(Runnable runnable)
           
 
Method Summary
(package private)  boolean done()
           
(package private)  void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runnable

Runnable runnable

thread

Thread thread

throwable

Throwable throwable
Constructor Detail

RunnableLock

RunnableLock(Runnable runnable)
Method Detail

done

boolean done()

run

void run()


comments?