Can anyone explain the difference between the Model-View-Controller and the Delegation Event Model? I understand the Model-View-Controller, where the model holds the data, the view is the GUI and the controller is the listeners. But what is the Delegation Event model? Does it simply refer to the
java way of having a source pass an event object to a listener? Or is it something different?