jaxp/src/org/w3c/dom/events/Event.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    49  * passed to event handlers by deriving additional interfaces from
    49  * passed to event handlers by deriving additional interfaces from
    50  * <code>Event</code> which contain information directly relating to the
    50  * <code>Event</code> which contain information directly relating to the
    51  * type of event they accompany. These derived interfaces are also
    51  * type of event they accompany. These derived interfaces are also
    52  * implemented by the object passed to the event listener.
    52  * implemented by the object passed to the event listener.
    53  * <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>.
    53  * <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>.
    54  * @since DOM Level 2
    54  * @since 1.5, DOM Level 2
    55  */
    55  */
    56 public interface Event {
    56 public interface Event {
    57     // PhaseType
    57     // PhaseType
    58     /**
    58     /**
    59      * The current event phase is the capturing phase.
    59      * The current event phase is the capturing phase.