JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / swingjs / j2s / jssun / awt / EventQueueItem.js
1 Clazz.declarePackage ("jssun.awt");\r
2 c$ = Clazz.decorateAsClass (function () {\r
3 this.event = null;\r
4 this.next = null;\r
5 Clazz.instantialize (this, arguments);\r
6 }, jssun.awt, "EventQueueItem");\r
7 Clazz.makeConstructor (c$, \r
8 function (evt) {\r
9 this.event = evt;\r
10 }, "java.awt.AWTEvent");\r