equal
deleted
inserted
replaced
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. |