src/org/w3c/dom/events/MouseEvent.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

*** 56,66 **** * <p>In the case of nested elements mouse events are always targeted at the * most deeply nested element. Ancestors of the targeted element may use * bubbling to obtain notification of mouse events which occur within its * descendent elements. * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>. ! * @since DOM Level 2 */ public interface MouseEvent extends UIEvent { /** * The horizontal coordinate at which the event occurred relative to the * origin of the screen coordinate system. --- 56,66 ---- * <p>In the case of nested elements mouse events are always targeted at the * most deeply nested element. Ancestors of the targeted element may use * bubbling to obtain notification of mouse events which occur within its * descendent elements. * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>. ! * @since 1.5, DOM Level 2 */ public interface MouseEvent extends UIEvent { /** * The horizontal coordinate at which the event occurred relative to the * origin of the screen coordinate system.