fds.micro.ui.events
Interface ActionListener


public interface ActionListener

This interface defines what an action listener must implement to manage Component action events.

Author:
Frédéric DE STEUR

Method Summary
 void actionPerformed(ActionEvent evt)
          Called when an action event is reaised.
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)
Called when an action event is reaised.

Parameters:
evt - The action event that have been raised.