]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/internal/IGraphExplorerContext.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / internal / IGraphExplorerContext.java
index b832f6c66e1e021fa2c7f02b00c835b7639a9a65..342153604baebea307e22a4bf52b47fb4be7f2d2 100644 (file)
@@ -60,5 +60,6 @@ public interface IGraphExplorerContext extends IDisposable {
     int getActivityInt();
 
     void scheduleQueryUpdate(Runnable r);
+    void execFromQuery(Runnable r);
 
 }