JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / j2s / swingjs / plaf / JSEventHandler.java
1 package swingjs.plaf;\r
2 \r
3 \r
4 public interface JSEventHandler {\r
5         public boolean handleJSEvent(Object target, int eventType, Object jQueryEvent);\r
6 }\r