MCPcopy Index your code
hub / github.com/java-native-access/jna / DirectCallback

Interface DirectCallback

test/com/sun/jna/DirectTest.java:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190 }
191 public static interface DirectCallback extends Callback {
192 void invoke();
193 }
194 public DirectMapping(Map<String, ?> options) {
195 Native.register(getClass(), NativeLibrary.getInstance("testlib", options));
196 }

Callers

nothing calls this directly

Implementers 15

LocalLateBindingcontrib/platform/test/com/sun/jna/plat
Kernel32Testcontrib/platform/test/com/sun/jna/plat
MessageLoopWrappercontrib/platform/src/com/sun/jna/platf
Handlercontrib/platform/src/com/sun/jna/platf
Kernel32Utilcontrib/platform/src/com/sun/jna/platf
COMLateBindingObjectcontrib/platform/src/com/sun/jna/platf
UnknownListenercontrib/platform/src/com/sun/jna/platf
DispatchListenercontrib/platform/src/com/sun/jna/platf
ProxyObjectcontrib/platform/src/com/sun/jna/platf
ProxyObject2contrib/platform/src/com/sun/jna/platf
PerformanceTesttest/com/sun/jna/PerformanceTest.java
CallbacksTesttest/com/sun/jna/CallbacksTest.java

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…