charva.awt.event

Interface ActionListener

All Superinterfaces:
EventListener

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_)