|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |