Is there a way to do pass a call back function in a Java method?
The bahaviour I'm trying to mimic is a .Net Delegate being passed to a function.
I've seem people suggesting creating a separate object but that seems overkill, however I am aware that sometimes overkill is the only way to do things.