Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / tools / resources / event / AttributeChangedListener.java
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/tools/resources/event/AttributeChangedListener.java b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/tools/resources/event/AttributeChangedListener.java
new file mode 100644 (file)
index 0000000..e0489c9
--- /dev/null
@@ -0,0 +1,19 @@
+// AttributeChangedListener.java\r
+// $Id: AttributeChangedListener.java,v 1.1 2010/06/15 12:26:41 smhuang Exp $  \r
+// (c) COPYRIGHT MIT and INRIA, 1997.\r
+// Please first read the full copyright statement in file COPYRIGHT.html\r
+\r
+package org.w3c.tools.resources.event;\r
+\r
+import java.util.EventListener;\r
+\r
+public interface AttributeChangedListener extends EventListener {\r
+\r
+  /**\r
+   * Gets called when a property changes.\r
+   * @param evt The AttributeChangeEvent describing the change.\r
+   */\r
+\r
+  public void attributeChanged(AttributeChangedEvent evt);\r
+\r
+}\r