git://source.jalview.org
/
jalview.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adding SwingJS interface and utility classes
[jalview.git]
/
src
/
swingjs
/
api
/
js
/
JSFunction.java
1
package swingjs.api.js;
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
}