Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/frame/
H A D_XNotifyingDispatch.java83 TestNotificationListener notificationListener = null; field in _XNotifyingDispatch
92 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()
H A D_XDispatch.java116 TestNotificationListener notificationListener = null; field in _XDispatch
136 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 22 milliseconds