org.eclipse.emf.emfstore.internal.client.ui.common
Class UIRunnableContext

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.client.ui.common.UIRunnableContext
All Implemented Interfaces:
ESRunnableContext

public class UIRunnableContext
extends Object
implements ESRunnableContext

Executes the given Runnable in the UI thread.

Author:
emueller

Constructor Summary
UIRunnableContext()
           
 
Method Summary
 void executeRunnable(Runnable runnable)
          Executes a given Runnable.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIRunnableContext

public UIRunnableContext()
Method Detail

executeRunnable

public void executeRunnable(Runnable runnable)
Executes a given Runnable.

Specified by:
executeRunnable in interface ESRunnableContext
Parameters:
runnable - the Runnable to be executed
See Also:
ESRunnableContext.executeRunnable(java.lang.Runnable)


Copyright © 2015. All Rights Reserved.