- java.lang.Object
-
- de.ibapl.jnhw.common.memory.NativeFunctionPointer
-
- de.ibapl.jnhw.common.callback.Callback_NativeRunnable
-
- All Implemented Interfaces:
NativeCallToJava
public class Callback_NativeRunnable extends NativeFunctionPointer implements NativeCallToJava
- Author:
- aploese
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
NativeFunctionPointer.Producer<A extends NativeFunctionPointer>
-
-
Field Summary
Fields Modifier and Type Field Description static Callback_NativeRunnableINSTANCEWe only need one instance-
Fields inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
nativeAddress
-
-
Method Summary
-
Methods inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
equals, hashCode, isSameAddress, nativeToString, toNativeAddressHolder, toString, toUintptr_t, toUintptr_tOrNULL, wrap, wrap
-
-
-
-
Field Detail
-
INSTANCE
public static final Callback_NativeRunnable INSTANCE
We only need one instance
-
-