Uses of Interface
com.kenai.jffi.Closure
Packages that use Closure
-
Uses of Closure in com.kenai.jffi
Fields in com.kenai.jffi declared as ClosureModifier and TypeFieldDescription(package private) Closure
ClosurePool.Proxy.closure
private static final Closure
ClosurePool.NULL_CLOSURE
Methods in com.kenai.jffi with parameters of type ClosureModifier 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)