Merge remote-tracking branch 'origin/unstable' into testing
[gpl/argeo-suite.git] / org.argeo.support.xforms / src / org / argeo / support / xforms / FormSubmissionListener.java
diff --git a/org.argeo.support.xforms/src/org/argeo/support/xforms/FormSubmissionListener.java b/org.argeo.support.xforms/src/org/argeo/support/xforms/FormSubmissionListener.java
deleted file mode 100644 (file)
index e23ef36..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package org.argeo.support.xforms;
-
-import javax.jcr.Node;
-import javax.jcr.RepositoryException;
-
-/** Called when a user has received a new form submission. */
-public interface FormSubmissionListener {
-       /** Called after a form submission has been stored in the user area. */
-       void formSubmissionReceived(Node node) throws RepositoryException;
-}