Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

动态代理 #276

Open
0cococ opened this issue Oct 9, 2023 · 1 comment
Open

动态代理 #276

0cococ opened this issue Oct 9, 2023 · 1 comment

Comments

@0cococ
Copy link

0cococ commented Oct 9, 2023

image 比如我想js调用java的多线程 var myProxy = new java.lang.Runnable() { run: function() { logd("子线程:","运行中") } }; let obj=thread.execAsync(myProxy)类似这样该怎么写 看到文档的代理但是我好想没有 setDynamicObjectFactory这个 也没有JavetDynamicObjectFactory这个类
@caoccao
Copy link
Owner

caoccao commented Oct 9, 2023

Please check this doc out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants