12-17-2020, 08:22 AM
because in the Java binding, I don't need to do that. It's just
tln.SetRasterCallback(object, string methodname);
and after, just create a method public void methodname(int line) and here you go!
It's much simpler.
tln.SetRasterCallback(object, string methodname);
and after, just create a method public void methodname(int line) and here you go!
It's much simpler.