org.rococoa.cocoa.javavm
Interface JNINativeInterface_.GetIntArrayRegion_callback

All Superinterfaces:
Callback
Enclosing class:
JNINativeInterface_

public static interface JNINativeInterface_.GetIntArrayRegion_callback
extends Callback


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 void invoke(JNIEnv_ env, JavaVMLibrary._jintArray array, NativeLong start, NativeLong len, NativeLongByReference buf)
           
 

Method Detail

invoke

void invoke(JNIEnv_ env,
            JavaVMLibrary._jintArray array,
            NativeLong start,
            NativeLong len,
            NativeLongByReference buf)