|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponentBaseTestCase.QueueingListener
public static final class UIComponentBaseTestCase.QueueingListener
| Constructor Summary | |
|---|---|
UIComponentBaseTestCase.QueueingListener()
|
|
| Method Summary | |
|---|---|
java.util.List<SystemEvent> |
getEvents()
|
boolean |
isListenerForSource(java.lang.Object source)
This method must return true if and only if this
listener instance is interested in receiving events from the
instance referenced by the source parameter. |
void |
processEvent(SystemEvent event)
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent
subclass are true. |
void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIComponentBaseTestCase.QueueingListener()
| Method Detail |
|---|
public void processEvent(SystemEvent event)
throws AbortProcessingException
SystemEventListenerWhen called, the listener can assume that any guarantees given
in the javadoc for the specific SystemEvent
subclass are true.
processEvent in interface SystemEventListenerevent - the SystemEvent instance that
is being processed.
AbortProcessingException - if lifecycle processing should
cease for this request.public boolean isListenerForSource(java.lang.Object source)
SystemEventListenerThis method must return true if and only if this
listener instance is interested in receiving events from the
instance referenced by the source parameter.
isListenerForSource in interface SystemEventListenersource - the source that is inquiring about the
appropriateness of sending an event to this listener instance.public java.util.List<SystemEvent> getEvents()
public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||