Uses of Interface
com.kenai.jffi.Closure.Handle

Uses of Closure.Handle in com.kenai.jffi
 

Methods in com.kenai.jffi that return Closure.Handle
 Closure.Handle ClosureManager.newClosure(Closure closure, CallContext callContext)
          Wraps a java object that implements the Closure interface in a native closure.
 Closure.Handle ClosureManager.newClosure(Closure closure, Type returnType, Type[] parameterTypes, CallingConvention convention)
          Wraps a java object that implements the Closure interface in a native closure.