Uses of Interface
com.kenai.jffi.Closure.Handle
Packages that use Closure.Handle
-
Uses of Closure.Handle in com.kenai.jffi
Classes in com.kenai.jffi that implement Closure.HandleModifier and TypeClassDescriptionprivate static final class
private static final class
Manages the lifecycle of a native closure.Methods in com.kenai.jffi that return Closure.HandleModifier and TypeMethodDescriptionfinal Closure.Handle
ClosureManager.newClosure
(Closure closure, CallContext callContext) Wraps a java object that implements theClosure
interface in a native closure.final Closure.Handle
ClosureManager.newClosure
(Closure closure, Type returnType, Type[] parameterTypes, CallingConvention convention) Wraps a java object that implements theClosure
interface in a native closure.ClosurePool.newClosureHandle
(Closure closure)