- 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
-
- de.ibapl.jnhw.util.posix.Callback__Sigval_int__V_Impl
-
- All Implemented Interfaces:
NativeCallToJava
public abstract class Callback__Sigval_int__V_Impl extends Callback__Sigval_int__V implements NativeCallToJava
- 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 Constructor Description Callback__Sigval_int__V_Impl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intcallbacksAvailable()this is just an estimation ...static Callback__Sigval_int__V_Implfind(NativeFunctionPointer callbackPtr)static intMAX_CALL_BACKS()-
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
-
-
-
-
Method Detail
-
find
public static Callback__Sigval_int__V_Impl find(NativeFunctionPointer callbackPtr)
-
callbacksAvailable
public static int callbacksAvailable()
this is just an estimation ...- Returns:
-
MAX_CALL_BACKS
public static int MAX_CALL_BACKS()
-
-