- java.lang.Object
-
- de.ibapl.jnhw.common.memory.NativeFunctionPointer
-
- de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_V
-
- de.ibapl.jnhw.common.callback.Callback_I_V
-
- de.ibapl.jnhw.util.posix.Callback__Sigval_int__V
-
- Direct Known Subclasses:
Callback__Sigval_int__V_Impl
public abstract class Callback__Sigval_int__V extends Callback_I_V
- Author:
- aploese
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
NativeFunctionPointer.Producer<A extends NativeFunctionPointer>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCallback__Sigval_int__V(NativeAddressHolder src)protectedCallback__Sigval_int__V(Function<T,NativeAddressHolder> producer)
-
Method Summary
-
Methods inherited from class de.ibapl.jnhw.common.callback.Callback_I_V
callback
-
Methods inherited from class de.ibapl.jnhw.common.memory.NativeFunctionPointer
equals, hashCode, isSameAddress, nativeToString, toNativeAddressHolder, toString, wrap, wrap
-
-
-
-
Constructor Detail
-
Callback__Sigval_int__V
protected Callback__Sigval_int__V(Function<T,NativeAddressHolder> producer)
-
Callback__Sigval_int__V
protected Callback__Sigval_int__V(NativeAddressHolder src)
-
-