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

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

*** 52,62 **** * method the <code>EventListener</code>s attached to the source * <code>Node</code> are not attached to the copied <code>Node</code>. If * the user wishes the same <code>EventListener</code>s to be added to the * newly created copy the user must add them manually. * <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 EventListener { /** * This method is called whenever an event occurs of the type for which * the <code> EventListener</code> interface was registered. --- 52,62 ---- * method the <code>EventListener</code>s attached to the source * <code>Node</code> are not attached to the copied <code>Node</code>. If * the user wishes the same <code>EventListener</code>s to be added to the * newly created copy the user must add them manually. * <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 EventListener { /** * This method is called whenever an event occurs of the type for which * the <code> EventListener</code> interface was registered.