Lines Matching refs:an
14 * software distributed under the License is distributed on an
51 Event providers can broadcast an event to all interested listeners.
57 /** Add an event listener that is called only when events are broadcast for the specified
61 An empty reference results in an InvalidArgumentException.
65 event focus results in an InvalidArgumentException.
74 A typical example for an event focus is the XController of
75 a view. Using an XController restricts events passed to
86 /** Remove an event listener for the specified event focus.
92 An empty reference results in an InvalidArgumentException.
95 focus then an InvalidArgumentException is thrown.
108 /** Remove an event listener for all event foci.
111 An empty reference results in an InvalidArgumentException.
113 It is not an error when the listener is not registered for any event focus.