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.ActionListenerevent - Event to be processedjavax.faces.event.AbortProcessingException - if further event firing
should be skippedCopyright © 2017 The Apache Software Foundation. All rights reserved.