org.eclipse.emf.emfstore.client.handler
Interface ESRunnableContext

All Known Implementing Classes:
DefaultRunnableContext, UIRunnableContext

public interface ESRunnableContext

Provides a context in which a Runnable is executed.

This may be used to provide a context while applying operations on a ESLocalProject.

Author:
emueller

Method Summary
 void executeRunnable(Runnable runnable)
          Executes a given Runnable.
 

Method Detail

executeRunnable

void executeRunnable(Runnable runnable)
Executes a given Runnable.

Parameters:
runnable - the Runnable to be executed


Copyright © 2015. All Rights Reserved.