charva.awt.event
Interface ActionListener

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

public interface ActionListener
extends EventListener

The listener interface for receiving action events.


Method Summary
 void actionPerformed(ActionEvent ae_)
           
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae_)