Uses of Interface
com.kenai.jffi.Closure.Handle
-
Packages that use Closure.Handle Package Description com.kenai.jffi -
-
Uses of Closure.Handle in com.kenai.jffi
Methods in com.kenai.jffi that return Closure.Handle Modifier and Type Method Description Closure.HandleClosureMagazine. allocate(java.lang.Object proxy)Closure.HandleClosureManager. newClosure(Closure closure, CallContext callContext)Wraps a java object that implements theClosureinterface in a native closure.Closure.HandleClosureManager. newClosure(Closure closure, Type returnType, Type[] parameterTypes, CallingConvention convention)Wraps a java object that implements theClosureinterface in a native closure.Closure.HandleClosurePool. newClosureHandle(Closure closure)
-