projects
/
ust.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Add comment on manual registration of "ust" channel
[ust.git]
/
java
/
UST.java
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
import java.util.*;
2
3
class UST {
4
public static native void ust_java_event(String name, String arg);
5
static {
6
System.loadLibrary("ustjava");
7
}
8
}
9
This page took
0.032605 seconds
and
4
git commands to generate.