Uses of Interface
org.bridj.DynamicCallback

Packages that use DynamicCallback
org.bridj BridJ core classes and C runtime (Pointer, BridJ, SizeT, Platform, LastError...). 
 

Uses of DynamicCallback in org.bridj
 

Methods in org.bridj with parameters of type DynamicCallback
static
<R> Pointer<DynamicFunction<R>>
Pointer.allocateDynamicCallback(DynamicCallback<R> callback, Convention.Style callingConvention, Type returnType, Type... parameterTypes)
          Create a native callback which signature corresponds to the provided calling convention, return type and parameter types, and which redirects calls to the provided Java DynamicCallback handler.
 



Copyright © 2009-2012. All Rights Reserved.