
What is delegation event model?

delegation event model
In the event-delegation model, specific objects are designated as event handlers for GUI components. These objects implement event-listener interfaces.
Advantages of event-delegation model:
1)It enables the handling of events by objects other than the ones which generate the events. It is a clean separation between design and usage of a component.
2)Its performance is much better in applications in which many events are generated.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.