Class Callback_I_Mem_Mem_V<A extends AbstractNativeMemory,​B extends AbstractNativeMemory>

    • Method Detail

      • callback

        protected abstract void callback​(int value,
                                         A a,
                                         B b)
        this will be called from the native code.
        Parameters:
        value -
        a -
        b -