Home
last modified time | relevance | path

Searched refs:finishedDispatch (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/qadevOOo/tests/java/ifc/frame/
H A D_XNotifyingDispatch.java64 public boolean finishedDispatch = false ; field in _XNotifyingDispatch.TestNotificationListener
77 finishedDispatch = true ; in dispatchFinished()
118 log.println("Listener called: "+ notificationListener.finishedDispatch); in _dispatchWithNotification()
120 result = notificationListener.finishedDispatch; in _dispatchWithNotification()
H A D_XDispatch.java96 public boolean finishedDispatch = false ; field in _XDispatch.TestNotificationListener
109 finishedDispatch = true ; in dispatchFinished()
144 log.println(" Listener called: "+ notificationListener.finishedDispatch); in checkXDispatchWithNotification()
146 return notificationListener.finishedDispatch; in checkXDispatchWithNotification()

Completed in 19 milliseconds