What is the relationship between an event-listener interface and an event-adapter class?

Technology CommunityCategory: JavaWhat is the relationship between an event-listener interface and an event-adapter class?
VietMX Staff asked 3 years ago

An event-listener interface defines the methods that must be implemented by an event handler for a particular event. An event adapter provides a default implementation of an event-listener interface.