|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.test.rpc.LatchEventListener
public class LatchEventListener
Event listener used to perform waits in tests. On event, it simply counts down the latch.
Constructor Summary | |
---|---|
LatchEventListener(java.util.concurrent.CountDownLatch latch,
java.lang.Class type)
|
Method Summary | |
---|---|
void |
onEvent(java.lang.Object event)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LatchEventListener(java.util.concurrent.CountDownLatch latch, java.lang.Class type)
Method Detail |
---|
@EventListener public void onEvent(java.lang.Object event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |