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