jaxp/src/org/w3c/dom/events/UIEvent.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    45 
    45 
    46 /**
    46 /**
    47  * The <code>UIEvent</code> interface provides specific contextual information
    47  * The <code>UIEvent</code> interface provides specific contextual information
    48  * associated with User Interface events.
    48  * associated with User Interface events.
    49  * <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>.
    49  * <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>.
    50  * @since DOM Level 2
    50  * @since 1.5, DOM Level 2
    51  */
    51  */
    52 public interface UIEvent extends Event {
    52 public interface UIEvent extends Event {
    53     /**
    53     /**
    54      * The <code>view</code> attribute identifies the <code>AbstractView</code>
    54      * The <code>view</code> attribute identifies the <code>AbstractView</code>
    55      *  from which the event was generated.
    55      *  from which the event was generated.