]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/procedure/AsyncContextMultiProcedure.java
Fail safe import fixes made by Antti
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / procedure / AsyncContextMultiProcedure.java
index 875ee37abe6dab1cb37e4a6e0568e2c883630bd1..c393d32dad8dc5d9753e8c02f32df2fe8755c687 100644 (file)
@@ -43,7 +43,7 @@ public interface AsyncContextMultiProcedure<Context, Result> {
      * 
      * @param graph asynchronous graph access
      */
-    void finished(AsyncReadGraph graph);
+    void finished(AsyncReadGraph graph, Context context);
 
     /**
      * If an error occurs in the processing of the database request that