Searched defs:EventTarget (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/events/
H A DEventTarget.java45 * The <code>EventTarget</code> interface is implemented by all
50 * <code>EventListeners</code> on an <code>EventTarget</code> and dispatch
51 * of events to that <code>EventTarget</code>.
55 public interface EventTarget { interface
59 * <code>EventTarget</code> while it is processing an event, it will not
63 * on the same <code>EventTarget</code> with the same parameters the
87 * <code>EventTarget</code> while it is processing an event, it will not
92 * the <code>EventTarget</code> has no effect.
113 * <code> EventTarget</code> on which <code>dispatchEvent</code> is

Completed in 51 milliseconds