Searched refs:finishedDispatch (Results 1 – 2 of 2) sorted by relevance
64 public boolean finishedDispatch = false ; field in _XNotifyingDispatch.TestNotificationListener77 finishedDispatch = true ; in dispatchFinished()118 log.println("Listener called: "+ notificationListener.finishedDispatch); in _dispatchWithNotification()120 result = notificationListener.finishedDispatch; in _dispatchWithNotification()
96 public boolean finishedDispatch = false ; field in _XDispatch.TestNotificationListener109 finishedDispatch = true ; in dispatchFinished()144 log.println(" Listener called: "+ notificationListener.finishedDispatch); in checkXDispatchWithNotification()146 return notificationListener.finishedDispatch; in checkXDispatchWithNotification()
Completed in 18 milliseconds