Searched refs:notifiedEvent (Results 1 – 2 of 2) sorted by relevance
72 public AccessibleEventObject notifiedEvent = null ; field in _XAccessibleEventBroadcaster.EvListener85 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()
87 public AccessibleEventObject notifiedEvent = null ; field in _XAccessibleEventBroadcaster.EvListener100 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 15 milliseconds