X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=org.argeo.support.xforms%2Fsrc%2Forg%2Fargeo%2Fsupport%2Fxforms%2FFormSubmissionListener.java;fp=org.argeo.support.xforms%2Fsrc%2Forg%2Fargeo%2Fsupport%2Fxforms%2FFormSubmissionListener.java;h=0000000000000000000000000000000000000000;hp=e23ef36ea2003fa8fe3b318da05a319352591b09;hb=6e56ffa34cb02ab04d028423aea342e3dfed4358;hpb=c285180bece610b2c2921d44fe14b6dde2123efa 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 index e23ef36..0000000 --- a/org.argeo.support.xforms/src/org/argeo/support/xforms/FormSubmissionListener.java +++ /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; -}