NextApp Echo2
v2.1.0

nextapp.echo2.app.event
Interface ActionListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable

public interface ActionListener
extends java.util.EventListener, java.io.Serializable

The listener interface for receiving action events.

See Also:
ActionEvent

Method Summary
 void actionPerformed(ActionEvent e)
          Invoked when an action occurs.
 

Method Detail

actionPerformed

void actionPerformed(ActionEvent e)
Invoked when an action occurs.

Parameters:
e - the fired ActionEvent

NextApp Echo2
v2.1.0