bytedeco/javacpp

How to change the callback function to a static call?

Open

#346 geöffnet am 29. Sept. 2019

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (620 Forks)batch import
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.

Contributor Guide