I am writing program with GUI using MVC design pattern. I have a question concerning using ActionListeners.
According to the MVC pattern, all of the ActionListeners shou
Might not be perfect MVC, but you can still have inner class ActionListeners that just make calls to the controller that actually carries out the work.
So the // some ActionEvent handler is still completed in the Controller.
// some ActionEvent handler