Add ust java bindings
[ust.git] / java / UST.java
diff --git a/java/UST.java b/java/UST.java
new file mode 100644 (file)
index 0000000..be5f7c7
--- /dev/null
@@ -0,0 +1,9 @@
+import java.util.*;
+
+class UST {
+       public static native void ust_java_event(String name, String arg);
+       static {
+               System.loadLibrary("ustjava");
+       }
+}
+
This page took 0.022346 seconds and 4 git commands to generate.