Uses of Class
org.fusesource.hawtjni.runtime.Callback
-
Packages that use Callback Package Description org.fusesource.hawtjni.runtime -
-
Uses of Callback in org.fusesource.hawtjni.runtime
Methods in org.fusesource.hawtjni.runtime with parameters of type Callback Modifier and Type Method Description (package private) static longCallback. bind(Callback callback, java.lang.Object object, java.lang.String method, java.lang.String signature, int argCount, boolean isStatic, boolean isArrayBased, long errorResult)Allocates the native level resources associated with the callback.(package private) static voidCallback. unbind(Callback callback)Releases the native level resources associated with the callback.
-