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 (620 forks)batch import
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.

Contributor guide