javax.faces.component
Class UIComponentBaseTestCase.ComponentListener

java.lang.Object
  extended by javax.faces.component.UIComponentBaseTestCase.ComponentListener
All Implemented Interfaces:
java.util.EventListener, ComponentSystemEventListener, FacesListener
Enclosing class:
UIComponentBaseTestCase

public static final class UIComponentBaseTestCase.ComponentListener
extends java.lang.Object
implements ComponentSystemEventListener


Constructor Summary
UIComponentBaseTestCase.ComponentListener()
           
 
Method Summary
 void processEvent(ComponentSystemEvent event)
          When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentBaseTestCase.ComponentListener

public UIComponentBaseTestCase.ComponentListener()
Method Detail

processEvent

public void processEvent(ComponentSystemEvent event)
                  throws AbortProcessingException
Description copied from interface: ComponentSystemEventListener

When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.

Specified by:
processEvent in interface ComponentSystemEventListener
Parameters:
event - the ComponentSystemEvent instance that is being processed.
Throws:
AbortProcessingException - if lifecycle processing should cease for this request.


Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.