bytedeco/javacpp
View on GitHubHow to change the callback function to a static call?
Open
#346 opened on Sep 29, 2019
enhancementhelp wanted
Repository metrics
- Stars
- (4,279 stars)
- PR merge metrics
- (No merged PRs in 30d)
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.