]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/PrimitiveQueryUpdater.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.browsing.ui / src / org / simantics / browsing / ui / PrimitiveQueryUpdater.java
index c10df01b0e5287be95c66e36d1bb548d28a5d97f..c48e947a808b80dc3e3a61c69eda60ba2e5003c2 100644 (file)
@@ -63,5 +63,7 @@ public interface PrimitiveQueryUpdater {
     
     void incRef(NodeContext context);
     void decRef(NodeContext context);
+    
+    void execFromQuery(Runnable runnable);
 
 }
\ No newline at end of file