bytedeco/javacpp

How to change the callback function to a static call?

Open

#346 opened on Sep 29, 2019

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Java (4,279 stars) (620 forks)batch import
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.

Contributor guide

How to change the callback function to a static call? · bytedeco/javacpp#346 | Good First Issue