charva.awt.event

Interface ActionListener

All Superinterfaces:
EventListener
Known Subinterfaces:
Action
Known Implementing Classes:
AbstractAction

public interface ActionListener
extends EventListener

The listener interface for receiving action events.

Method Summary

void
actionPerformed(ActionEvent ae_)

Method Details

actionPerformed

public void actionPerformed(ActionEvent ae_)