java.awt.event

Interface ActionListener

public interface ActionListener extends EventListener

This interface is for classes that listen for action events.

Since: 1.1

See Also: ActionEvent

UNKNOWN: updated to 1.4

Method Summary
voidactionPerformed(ActionEvent event)
This method is invoked when an action occurs.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
This method is invoked when an action occurs.

Parameters: event the ActionEvent that occurred