Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / tools / resources / ReplyInterface.java
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/tools/resources/ReplyInterface.java b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/tools/resources/ReplyInterface.java
new file mode 100644 (file)
index 0000000..61b7649
--- /dev/null
@@ -0,0 +1,17 @@
+// ReplyInterface.java\r
+// $Id: ReplyInterface.java,v 1.1 2010/06/15 12:20:20 smhuang Exp $\r
+// (c) COPYRIGHT MIT and INRIA, 1996.\r
+// Please first read the full copyright statement in file COPYRIGHT.html\r
+\r
+package org.w3c.tools.resources ;\r
+\r
+public interface ReplyInterface {\r
+\r
+  /**\r
+   * Set this reply content.\r
+   * This method allows to set the reply content to a simple String instance.\r
+   * @param content The reply content.\r
+   */\r
+  public void setContent(String content);\r
+\r
+}\r