|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponentTestCase.Listener
public static class UIComponentTestCase.Listener
| 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 |
|---|
public UIComponentTestCase.Listener()
| Method Detail |
|---|
public void processEvent(ComponentSystemEvent event)
throws AbortProcessingException
ComponentSystemEventListenerWhen called, the listener can assume that any guarantees given
in the javadoc for the specific SystemEvent
subclass are true.
processEvent in interface ComponentSystemEventListenerevent - the ComponentSystemEvent instance that
is being processed.
AbortProcessingException - if lifecycle processing should
cease for this request.public java.lang.String getResults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||