I am looking for a way to pass a method by reference. I understand that Java does not pass methods as parameters, however, I would like to get an alternative.
I\'ve
Use the java.lang.reflect.Method object and call invoke
java.lang.reflect.Method
invoke