JAL-3789 Use j2s.config.altfileproperty in .j2s for alternative temporary build/jalvi...
[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 }