mirror of https://github.com/kivy/pyjnius.git
put NativeInvocationHandler in jnius java package
This commit is contained in:
parent
21a6e0d4ce
commit
5d143331a8
|
@ -1,5 +1,6 @@
|
||||||
import java.lang.reflect.InvocationHandler;
|
import java.lang.reflect.InvocationHandler;
|
||||||
|
|
||||||
|
package jnius;
|
||||||
public class NativeInvocationHandler implements InvocationHandler {
|
public class NativeInvocationHandler implements InvocationHandler {
|
||||||
public NativeInvocationHandler(long ptr) {
|
public NativeInvocationHandler(long ptr) {
|
||||||
this.ptr = ptr;
|
this.ptr = ptr;
|
||||||
|
|
Loading…
Reference in New Issue