Searched refs:notificationListener (Results 1 – 2 of 2) sorted by relevance
83 TestNotificationListener notificationListener = null; field in _XNotifyingDispatch92 notificationListener = new TestNotificationListener(log) ; in before()111 oObj.dispatchWithNotification(url, arguments, notificationListener); in _dispatchWithNotification()118 log.println("Listener called: "+ notificationListener.finishedDispatch); in _dispatchWithNotification()120 result = notificationListener.finishedDispatch; in _dispatchWithNotification()
116 TestNotificationListener notificationListener = null; field in _XDispatch136 notificationListener = new TestNotificationListener(log) ; in checkXDispatchWithNotification()137 xND.dispatchWithNotification(url, arguments, notificationListener); in checkXDispatchWithNotification()144 log.println(" Listener called: "+ notificationListener.finishedDispatch); in checkXDispatchWithNotification()146 return notificationListener.finishedDispatch; in checkXDispatchWithNotification()
Completed in 15 milliseconds