org.apache.myfaces.examples.listexample
Class DataScrollerActionListener

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

public class DataScrollerActionListener
extends java.lang.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 © 2007 Apache Software Foundation. All Rights Reserved.