Passing a callback to a specific function in Java
I'm designing a program in Java using an MVC layout. I need the view to
initialize the buttons to run functions that the control defines. How can
my view define an actionlistener that can run a function from a given
class?
No comments:
Post a Comment