X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Frequest%2FWriteInterface.java;fp=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Frequest%2FWriteInterface.java;h=c569e3f803d793b34275ae0b330fb4caabaa03aa;hp=a2783b20deca11130199d3f67fe32c9a83e1bdbb;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.db/src/org/simantics/db/request/WriteInterface.java b/bundles/org.simantics.db/src/org/simantics/db/request/WriteInterface.java index a2783b20d..c569e3f80 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/request/WriteInterface.java +++ b/bundles/org.simantics.db/src/org/simantics/db/request/WriteInterface.java @@ -1,35 +1,35 @@ -package org.simantics.db.request; - -import org.simantics.db.AsyncRequestProcessor; -import org.simantics.db.ReadGraph; -import org.simantics.db.RequestProcessor; -import org.simantics.db.Session; -import org.simantics.db.exception.DatabaseException; -import org.simantics.db.procedure.Procedure; - -/** - * - * An interface representing a modification into the semantic database with a result value. - * - *

- * - * The client is not expected to implement this class but rather to extend one of the standard implementations. - * - * @version 1.5 - * @author Antti Villberg - * @see ReadInterface - * @see RequestProcessor - * @see ReadGraph - * @see Session - */ - -public interface WriteInterface { - - Result request(RequestProcessor processor) throws DatabaseException; - void request(AsyncRequestProcessor processor, Procedure procedure); - -} +package org.simantics.db.request; + +import org.simantics.db.AsyncRequestProcessor; +import org.simantics.db.ReadGraph; +import org.simantics.db.RequestProcessor; +import org.simantics.db.Session; +import org.simantics.db.exception.DatabaseException; +import org.simantics.db.procedure.Procedure; + +/** + * + * An interface representing a modification into the semantic database with a result value. + *

+ *

+ * + * The client is not expected to implement this class but rather to extend one of the standard implementations. + * + * @version 1.5 + * @author Antti Villberg + * @see ReadInterface + * @see RequestProcessor + * @see ReadGraph + * @see Session + */ + +public interface WriteInterface { + + Result request(RequestProcessor processor) throws DatabaseException; + void request(AsyncRequestProcessor processor, Procedure procedure); + +}