com.atlassian.confluence.test.rpc
Class SyncLatchEventListener

java.lang.Object
  extended by com.atlassian.confluence.test.rpc.SyncLatchEventListener

public class SyncLatchEventListener
extends Object

Event listener used to wait for a particular directory's sync event


Constructor Summary
SyncLatchEventListener(CountDownLatch latch, long directoryId)
           
 
Method Summary
 void onEvent(com.atlassian.crowd.event.directory.RemoteDirectorySynchronisedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncLatchEventListener

public SyncLatchEventListener(CountDownLatch latch,
                              long directoryId)
Method Detail

onEvent

@EventListener
public void onEvent(com.atlassian.crowd.event.directory.RemoteDirectorySynchronisedEvent event)


Copyright © 2003-2013 Atlassian. All Rights Reserved.