Package com.kenai.jffi
Interface Closure
public interface Closure
Represents a native closure.
A Closure is implemented by java code to act as a C function pointer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
An interface to the native callback parameter buffer.static interface
A Handle is allocated by theClosureManager
, as a strong reference to the native closure trampoline. -
Method Summary
-
Method Details
-
invoke
-