org.apache.myfaces.tobago.event
Class DefaultTreeActionListener

java.lang.Object
  extended by org.apache.myfaces.tobago.event.DefaultTreeActionListener
All Implemented Interfaces:
EventListener, ActionListener, FacesListener

public class DefaultTreeActionListener
extends Object
implements ActionListener


Constructor Summary
DefaultTreeActionListener()
           
 
Method Summary
protected  DefaultMutableTreeNode copy(DefaultMutableTreeNode node)
           
protected  DefaultMutableTreeNode create(FacesContext facesContext)
           
 void processAction(ActionEvent actionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTreeActionListener

public DefaultTreeActionListener()
Method Detail

create

protected DefaultMutableTreeNode create(FacesContext facesContext)

copy

protected DefaultMutableTreeNode copy(DefaultMutableTreeNode node)

processAction

public void processAction(ActionEvent actionEvent)
                   throws AbortProcessingException
Specified by:
processAction in interface ActionListener
Throws:
AbortProcessingException


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.