org.apache.myfaces.view.facelets.tag.composite
Class InsertChildrenHandler.RelocateAllChildrenListener

java.lang.Object
  extended by org.apache.myfaces.view.facelets.tag.composite.InsertChildrenHandler.RelocateAllChildrenListener
All Implemented Interfaces:
java.util.EventListener, ComponentSystemEventListener, FacesListener
Enclosing class:
InsertChildrenHandler

public static final class InsertChildrenHandler.RelocateAllChildrenListener
extends java.lang.Object
implements ComponentSystemEventListener


Constructor Summary
InsertChildrenHandler.RelocateAllChildrenListener(UIComponent targetComponent, int childIndex)
           
 
Method Summary
 void processEvent(ComponentSystemEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertChildrenHandler.RelocateAllChildrenListener

public InsertChildrenHandler.RelocateAllChildrenListener(UIComponent targetComponent,
                                                         int childIndex)
Method Detail

processEvent

public void processEvent(ComponentSystemEvent event)
Specified by:
processEvent in interface ComponentSystemEventListener


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