Google News
logo
Java - Interview Questions
what is event delegation model?
Event delegation model represents that when an event is generated by the user on a component, it is delegated to a listener interface and the listener calls a method in response to the event. Finally, the event is handled by the method.
Advertisement