Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / java / beans / PropertyChangeEvent.js
index a85f8eb..b2f5486 100644 (file)
@@ -1,37 +1,37 @@
-Clazz.declarePackage ("java.beans");\r
-Clazz.load (["java.util.EventObject"], "java.beans.PropertyChangeEvent", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.propertyName = null;\r
-this.newValue = null;\r
-this.oldValue = null;\r
-this.propagationId = null;\r
-Clazz.instantialize (this, arguments);\r
-}, java.beans, "PropertyChangeEvent", java.util.EventObject);\r
-Clazz.makeConstructor (c$, \r
-function (source, propertyName, oldValue, newValue) {\r
-Clazz.superConstructor (this, java.beans.PropertyChangeEvent, [source]);\r
-this.propertyName = propertyName;\r
-this.newValue = newValue;\r
-this.oldValue = oldValue;\r
-}, "~O,~S,~O,~O");\r
-Clazz.defineMethod (c$, "getPropertyName", \r
-function () {\r
-return this.propertyName;\r
-});\r
-Clazz.defineMethod (c$, "getNewValue", \r
-function () {\r
-return this.newValue;\r
-});\r
-Clazz.defineMethod (c$, "getOldValue", \r
-function () {\r
-return this.oldValue;\r
-});\r
-Clazz.defineMethod (c$, "setPropagationId", \r
-function (propagationId) {\r
-this.propagationId = propagationId;\r
-}, "~O");\r
-Clazz.defineMethod (c$, "getPropagationId", \r
-function () {\r
-return this.propagationId;\r
-});\r
-});\r
+Clazz.declarePackage ("java.beans");
+Clazz.load (["java.util.EventObject"], "java.beans.PropertyChangeEvent", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.propertyName = null;
+this.newValue = null;
+this.oldValue = null;
+this.propagationId = null;
+Clazz.instantialize (this, arguments);
+}, java.beans, "PropertyChangeEvent", java.util.EventObject);
+Clazz.makeConstructor (c$, 
+function (source, propertyName, oldValue, newValue) {
+Clazz.superConstructor (this, java.beans.PropertyChangeEvent, [source]);
+this.propertyName = propertyName;
+this.newValue = newValue;
+this.oldValue = oldValue;
+}, "~O,~S,~O,~O");
+Clazz.defineMethod (c$, "getPropertyName", 
+function () {
+return this.propertyName;
+});
+Clazz.defineMethod (c$, "getNewValue", 
+function () {
+return this.newValue;
+});
+Clazz.defineMethod (c$, "getOldValue", 
+function () {
+return this.oldValue;
+});
+Clazz.defineMethod (c$, "setPropagationId", 
+function (propagationId) {
+this.propagationId = propagationId;
+}, "~O");
+Clazz.defineMethod (c$, "getPropagationId", 
+function () {
+return this.propagationId;
+});
+});