bytedeco/javacpp
View on GitHubHow to change the callback function to a static call?
Open
#346 opened on Sep 29, 2019
enhancementhelp wanted
Description
I have a C++ class which has a callback function, and this function is implemented in JAVA. To improve performance, I want to change this function into JAVA static method.