Class RunnableLock

java.lang.Object
org.eclipse.swt.widgets.RunnableLock

class RunnableLock extends Object
Instances of this class are used to ensure that an application cannot interfere with the locking mechanism used to implement asynchronous and synchronous communication between widgets and background threads.
  • Field Details

  • Constructor Details

    • RunnableLock

      RunnableLock(Runnable runnable)
  • Method Details

    • done

      boolean done()
    • run

      void run(Display display)