- java.lang.Object
-
- de.ibapl.jnhw.common.memory.NativeFunctionPointer
-
- de.ibapl.jnhw.common.nativepointer.FunctionPtr_IJ_V
-
- de.ibapl.jnhw.common.callback.Callback_IJ_V
-
- Direct Known Subclasses:
Callback_IJ_V_Impl
public abstract class Callback_IJ_V extends FunctionPtr_IJ_V
Callback with the current size of pointer- 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 inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
nativeAddress
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCallback_IJ_V(NativeAddressHolder src)protectedCallback_IJ_V(Function<T,NativeAddressHolder> producer)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract voidcallback(int value)this will be called from the native code.protected abstract voidcallback(long value)this will be called from the native code.-
Methods inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
equals, hashCode, isSameAddress, nativeToString, toNativeAddressHolder, toString, toUintptr_t, toUintptr_tOrNULL, wrap, wrap
-
-
-
-
Constructor Detail
-
Callback_IJ_V
protected Callback_IJ_V(Function<T,NativeAddressHolder> producer)
-
Callback_IJ_V
protected Callback_IJ_V(NativeAddressHolder src)
-
-