Searched refs:listenerLatch (Results 1 – 1 of 1) sorted by relevance
1708 CountDownLatch listenerLatch = new CountDownLatch(1); in notifyListeners() local1721 listenerLatch.countDown(); in notifyListeners()1724 listenerLatch.await(DEFAULT_COMPLETION_WAIT_TIMEOUT, TimeUnit.MILLISECONDS); in notifyListeners()