提交 c27260af 编写于 作者: J jurgen

Remove JFace from model

上级 1ba318fe
......@@ -21,7 +21,7 @@ package org.jkiss.dbeaver.model.runtime;
import java.lang.reflect.InvocationTargetException;
/**
* DBPViewCallback
* DBRRunnableContext
*/
public interface DBRRunnableContext
{
......@@ -30,5 +30,9 @@ public interface DBRRunnableContext
* If any exception will occure when running this process then it'll written in log
* @param runnable runnable implementation
*/
public void runInProgressDialog(DBRRunnableWithProgress runnable) throws InvocationTargetException, InterruptedException;
public void run(
boolean fork,
boolean cancelable,
DBRRunnableWithProgress runnable)
throws InvocationTargetException, InterruptedException;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册