org.apache.myfaces.test.mock
Class MockActionListener
java.lang.Object
org.apache.myfaces.test.mock.MockActionListener
- All Implemented Interfaces:
- EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener
public class MockActionListener
- extends Object
- implements javax.faces.event.ActionListener
Mock implementation of the default ActionListener
.
$Id$
- Since:
- 1.0.0
Fields inherited from interface javax.faces.event.ActionListener |
TO_FLOW_DOCUMENT_ID_ATTR_NAME |
Method Summary |
void |
processAction(javax.faces.event.ActionEvent event)
Process the specified ActionEvent . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockActionListener
public MockActionListener()
Construct a default instance.
processAction
public void processAction(javax.faces.event.ActionEvent event)
throws javax.faces.event.AbortProcessingException
Process the specified ActionEvent
.
- Specified by:
processAction
in interface javax.faces.event.ActionListener
- Parameters:
event
- Event to be processed
- Throws:
javax.faces.event.AbortProcessingException
- if further event firing
should be skipped
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.