Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.widgets
Class RunnableLock  view RunnableLock download RunnableLock.java

java.lang.Object
  extended byorg.eclipse.swt.widgets.RunnableLock

class RunnableLock
extends java.lang.Object

Instances of this class are used to ensure that an application cannot interfere with the locking mechanism used to implement asynchonous and synchronous communication between widgets and background threads.


Field Summary
(package private)  java.lang.Runnable runnable
           
(package private)  java.lang.Thread thread
           
(package private)  java.lang.Throwable throwable
           
 
Constructor Summary
(package private) RunnableLock(java.lang.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

java.lang.Runnable runnable

thread

java.lang.Thread thread

throwable

java.lang.Throwable throwable
Constructor Detail

RunnableLock

RunnableLock(java.lang.Runnable runnable)
Method Detail

done

boolean done()

run

void run()