javax.faces.component
Class UIComponentTestCase.Listener

java.lang.Object
  extended by javax.faces.component.UIComponentTestCase.Listener
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, ComponentSystemEventListener, FacesListener
Enclosing class:
UIComponentTestCase

public static class UIComponentTestCase.Listener
extends java.lang.Object
implements ComponentSystemEventListener, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UIComponentTestCase.Listener()
           
 
Method Summary
 java.lang.String getResults()
           
 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

UIComponentTestCase.Listener

public UIComponentTestCase.Listener()
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.

getResults

public java.lang.String getResults()


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