Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleEventBroadcaster.java72 public AccessibleEventObject notifiedEvent = null ; field in _XAccessibleEventBroadcaster.EvListener
85 notifiedEvent = ev; in notifyEvent()
129 if (list.notifiedEvent == null) { in _addEventListener()
162 list.notifiedEvent = null; in _removeEventListener()
176 if (list.notifiedEvent == null) { in _removeEventListener()
180 tRes.tested("removeEventListener()", list.notifiedEvent == null); in _removeEventListener()
/aoo4110/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleEventBroadcaster.java87 public AccessibleEventObject notifiedEvent = null ; field in _XAccessibleEventBroadcaster.EvListener
100 notifiedEvent = ev; in notifyEvent()
137 if (list.notifiedEvent == null) { in _addEventListener()
164 list.notifiedEvent = null; in _removeEventListener()
178 if (list.notifiedEvent == null) { in _removeEventListener()
182 return list.notifiedEvent == null; in _removeEventListener()

Completed in 6 milliseconds