Hello again.
I've implemented my MVC as follows:
The main window implements this interface and also the ChangeListener.
The controller implements ActionListener for the buttons and ListSelectionListener for the JTable, and all the actions in the main window have a name defined using "setActionCommand". The controller, when receives a action checks the event.getActionCommand and then calls the methods defined in the FBNControllerInterface for the main window and sends the commands to the model.
After a command is executed, the model fires the ChangeListener and updates the view.
Everything is working OK, but now I need is your comments on this MVC implementation. I'm counting on you guys
.
Thanks,
Miguel
P.S. - I'm about to go on weekend , and the weekend is for fun
, so I will only get back here on Sunday evening.