Package com.kenai.jffi
Interface Closure
-
public interface ClosureRepresents a native closure. A Closure is implemented by java code to act as a C function pointer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceClosure.BufferAn interface to the native callback parameter buffer.static interfaceClosure.HandleA Handle is allocated by theClosureManager, as a strong reference to the native closure trampoline.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvoke(Closure.Buffer buffer)
-
-
-
Method Detail
-
invoke
void invoke(Closure.Buffer buffer)
-
-