jaxp/src/org/w3c/dom/ls/LSLoadEvent.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    47 /**
    47 /**
    48  *  This interface represents a load event object that signals the completion
    48  *  This interface represents a load event object that signals the completion
    49  * of a document load.
    49  * of a document load.
    50  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
    50  * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
    51 and Save Specification</a>.
    51 and Save Specification</a>.
       
    52  *
       
    53  * @since 1.5
    52  */
    54  */
    53 public interface LSLoadEvent extends Event {
    55 public interface LSLoadEvent extends Event {
    54     /**
    56     /**
    55      * The document that finished loading.
    57      * The document that finished loading.
    56      */
    58      */