org.apache.shale.test.mock
Class MockActionListener

java.lang.Object
  extended by org.apache.shale.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$


Constructor Summary
MockActionListener()
          Construct a default instance.
 
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
 

Constructor Detail

MockActionListener

public MockActionListener()

Construct a default instance.

Method Detail

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 © 2004-2007 Apache Software Foundation. All Rights Reserved.