Send a method as a parameter in Processing
in
Android Processing
•
1 years ago
you ca use the class 'java.lang.reflect.Method' to invoke a method
if you want to see how, see my
Blog. There you will find a class that implements a way to send a method as a parameter.