org.jboss.gravel.data.action
Class ReverseActionListener

java.lang.Object
  extended by org.jboss.gravel.data.action.ReverseActionListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public final class ReverseActionListener
extends Object
implements javax.faces.event.ActionListener, Serializable

See Also:
Serialized Form

Constructor Summary
ReverseActionListener(javax.el.ValueExpression sourceExpression, javax.el.ValueExpression targetExpression, javax.el.ValueExpression ifExpression)
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReverseActionListener

public ReverseActionListener(javax.el.ValueExpression sourceExpression,
                             javax.el.ValueExpression targetExpression,
                             javax.el.ValueExpression ifExpression)
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent event)
                   throws javax.faces.event.AbortProcessingException
Specified by:
processAction in interface javax.faces.event.ActionListener
Throws:
javax.faces.event.AbortProcessingException