pt.despodata.java.webappl.actions.event
Interface ActionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
WhereStringBuildListener

public interface ActionListener
extends java.util.EventListener

ActionListener.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
pcarmo

Method Summary
 void afterAction(ActionEvent event)
          This method is called after the controller call the Action perform method.
 void beforeAction(ActionEvent event)
          This method is called before the controller call the Action perform method.
 

Method Detail

beforeAction

public void beforeAction(ActionEvent event)
This method is called before the controller call the Action perform method.


afterAction

public void afterAction(ActionEvent event)
This method is called after the controller call the Action perform method.