public class MockActionListener extends Object implements javax.faces.event.ActionListener
Mock implementation of the default ActionListener
.
Constructor and Description |
---|
MockActionListener()
Construct a default instance.
|
public void processAction(javax.faces.event.ActionEvent event) throws javax.faces.event.AbortProcessingException
Process the specified ActionEvent
.
processAction
in interface javax.faces.event.ActionListener
event
- Event to be processedjavax.faces.event.AbortProcessingException
- if further event firing
should be skippedCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.