Tuesday, November 29, 2011

What are the advantages of the event-delegation model over the event-inheritance model?

Event-delegation model has two advantages over event-inheritance model. a)Event delegation model enables event handling by objects other than the ones that generate the events. This allows a clean separation between a component&
Category:Java Swing Programing Interview Questions

No comments:

Post a Comment