bytedeco/javacpp
Auf GitHub ansehenHow to change the callback function to a static call?
Open
#346 geöffnet am 29. Sept. 2019
enhancementhelp wanted
Repository-Metriken
- Stars
- (4.279 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.