pt.despodata.java.webappl.actions.event
Class WhereStringBuildListener

java.lang.Object
  extended bypt.despodata.java.webappl.actions.event.WhereStringBuildListener
All Implemented Interfaces:
ActionListener, java.util.EventListener

public abstract class WhereStringBuildListener
extends java.lang.Object
implements ActionListener

WhereStringBuildListener.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
pcarmo

Constructor Summary
WhereStringBuildListener()
           
 
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.
abstract  void beforeAddWhereClause(WhereStringBuildEvent event)
          Metodo invocado depois da clausula de where, para uma determinada coluna, ter sido gerada e antes dessa mesma clausula de where ter sido adicionada ao conjunto de clausulas de where que vao ser usadas na pesquisa.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhereStringBuildListener

public WhereStringBuildListener()
Method Detail

beforeAddWhereClause

public abstract void beforeAddWhereClause(WhereStringBuildEvent event)
Metodo invocado depois da clausula de where, para uma determinada coluna, ter sido gerada e antes dessa mesma clausula de where ter sido adicionada ao conjunto de clausulas de where que vao ser usadas na pesquisa.


afterAction

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

Specified by:
afterAction in interface ActionListener

beforeAction

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

Specified by:
beforeAction in interface ActionListener