]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/AsyncReadGraph.java
Work in progress
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / AsyncReadGraph.java
index 088c10daa645c05b832ae4d6d0a1ffc895352f14..35e3d0d8a899f9afd9a0e04033578a7ca505ff98 100644 (file)
@@ -1135,4 +1135,6 @@ public interface AsyncReadGraph extends AsyncRequestProcessor {
     
     boolean isImmutable(Resource resource) throws DatabaseException;
     
+    boolean performPending();
+    
 }