JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / j2s / java / beans / PropertyVetoException.js
1 Clazz.declarePackage ("java.beans");\r
2 Clazz.load (["java.lang.Exception"], "java.beans.PropertyVetoException", null, function () {\r
3 c$ = Clazz.decorateAsClass (function () {\r
4 this.evt = null;\r
5 Clazz.instantialize (this, arguments);\r
6 }, java.beans, "PropertyVetoException", Exception);\r
7 Clazz.makeConstructor (c$, \r
8 function (mess, evt) {\r
9 Clazz.superConstructor (this, java.beans.PropertyVetoException, [mess]);\r
10 this.evt = evt;\r
11 }, "~S,java.beans.PropertyChangeEvent");\r
12 Clazz.defineMethod (c$, "getPropertyChangeEvent", \r
13 function () {\r
14 return this.evt;\r
15 });\r
16 });\r