org.apache.myfaces.examples.listexample
Class DataScrollerActionListener

java.lang.Object
  extended by org.apache.myfaces.examples.listexample.DataScrollerActionListener
All Implemented Interfaces:
EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class DataScrollerActionListener
extends Object
implements javax.faces.event.ActionListener

Author:
MBroekelmann

Constructor Summary
DataScrollerActionListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent actionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataScrollerActionListener

public DataScrollerActionListener()
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)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.