What Interface is Extended by AWT Event Listeners

All AWT event listeners extend the java.util.EventListener interface.

In Core Java, AWT (Abstract Window Toolkit) event listeners typically extend interfaces provided by the java.awt.event package. The most commonly used interface for AWT event listeners is the ActionListener interface.

So, the correct answer to your question would be: ActionListener interface is extended by AWT event listeners.