org.jbpm.jsf.core.impl
Class JbpmActionListenerWrapper

java.lang.Object
  extended by org.jbpm.jsf.core.impl.JbpmActionListenerWrapper
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

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

See Also:
Serialized Form

Constructor Summary
JbpmActionListenerWrapper(JbpmActionListener listener, javax.el.ValueExpression unlessExpression, javax.el.ValueExpression navigateExpression, javax.el.ValueExpression nameExpression)
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent actionEvent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbpmActionListenerWrapper

public JbpmActionListenerWrapper(JbpmActionListener listener,
                                 javax.el.ValueExpression unlessExpression,
                                 javax.el.ValueExpression navigateExpression,
                                 javax.el.ValueExpression nameExpression)
Method Detail

processAction

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