public interface JavaVoidCallback
void invoke(V8Object receiver, V8Array parameters)
receiver - The V8Object that the function was called on.parameters - The parameters passed to the JS Function. The
parameter array does not need to be released, by any objects accessed
from the array must be.Copyright © 2015. All rights reserved.