jaxp/src/org/w3c/dom/events/EventListener.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    52  * method the <code>EventListener</code>s attached to the source
    52  * method the <code>EventListener</code>s attached to the source
    53  * <code>Node</code> are not attached to the copied <code>Node</code>. If
    53  * <code>Node</code> are not attached to the copied <code>Node</code>. If
    54  * the user wishes the same <code>EventListener</code>s to be added to the
    54  * the user wishes the same <code>EventListener</code>s to be added to the
    55  * newly created copy the user must add them manually.
    55  * newly created copy the user must add them manually.
    56  * <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>.
    56  * <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>.
    57  * @since DOM Level 2
    57  * @since 1.5, DOM Level 2
    58  */
    58  */
    59 public interface EventListener {
    59 public interface EventListener {
    60     /**
    60     /**
    61      *  This method is called whenever an event occurs of the type for which
    61      *  This method is called whenever an event occurs of the type for which
    62      * the <code> EventListener</code> interface was registered.
    62      * the <code> EventListener</code> interface was registered.