JAL-3647 release notes for JAL-1842 JAL-3509 JAL-3881, JAL-3884 JAL-3632 JAL-3633...
[jalview.git] / unused / javajs / api / JSFunction.java
1 package javajs.api;
2
3 /**
4  * A flag that this object is really a JavaScript function that, for example,
5  * might be called from setTimeout(). 
6  * 
7  * @author Bob Hanson
8  *
9  */
10 public interface JSFunction {
11
12 }