net.sourceforge.smile.test
Class DummyActionListener

java.lang.Object
  extended bynet.sourceforge.smile.test.DummyActionListener
All Implemented Interfaces:
javax.faces.event.ActionListener, java.util.EventListener, javax.faces.event.FacesListener, java.io.Serializable

public class DummyActionListener
extends java.lang.Object
implements javax.faces.event.ActionListener

Author:
codehawk To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
DummyActionListener()
           
 
Method Summary
 javax.faces.event.PhaseId getPhaseId()
           
 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

DummyActionListener

public DummyActionListener()
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
See Also:
ActionListener.processAction(javax.faces.event.ActionEvent)

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Specified by:
getPhaseId in interface javax.faces.event.FacesListener
See Also:
FacesListener.getPhaseId()