May i override java function on luaj? #69
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
May I do like java on lua? And how? just like:
@pgw00k, you need
luajava.createProxy. Look at the swing example. It has exactly the same use case with theRunnableimplementation.Thanks acanthite!