Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.event

Interface ActionListener

java.lang.Object
|
+--java.util.EventListener
   |
   +--java.awt.event.ActionListener

All Implemented Interfaces:

EventListener


public interface ActionListener

implements EventListener

This interface is for classes that listen for action events.

Since:Author:See Also:

Method Summary

voidactionPerformed(java.awt.event.ActionEvent e)

This method is invoked when an action occurs.

Method Details

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

This method is invoked when an action occurs.

Parameters: