Searched refs:NativeInterface (Results 1 – 1 of 1) sorted by relevance
31 interface NativeInterface { interface41 NativeInterface inf = (NativeInterface)Proxy.newProxyInstance( in main()43 new Class<?>[] { NativeInterface.class }, in main()61 public static native void nativeCall(NativeInterface inf); in nativeCall()