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

/packages/apps/Mms/src/org/w3c/dom/events/
H A DEventTarget.java16 * The <code>EventTarget</code> interface is implemented by all
21 * <code>EventListeners</code> on an <code>EventTarget</code> and dispatch
22 * of events to that <code>EventTarget</code>.
26 public interface EventTarget { interface
30 * <code>EventTarget</code> while it is processing an event, it will not
34 * on the same <code>EventTarget</code> with the same parameters the
58 * <code>EventTarget</code> while it is processing an event, it will not
63 * the <code>EventTarget</code> has no effect.
84 * <code> EventTarget</code> on which <code>dispatchEvent</code> is

Completed in 53 milliseconds