Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LSLoadEvent extends Event
This interface represents a load event object that signals the completion of a document load.
See also the
Modifier and Type | Field and Description |
---|
Fields inherited from interface org.w3c.dom.events.Event |
---|
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE |
Modifier and Type | Method and Description |
---|---|
LSInput |
getInput()
The input source that was parsed. |
Document |
getNewDocument()
The document that finished loading. |
Methods inherited from interface org.w3c.dom.events.Event |
---|
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation |
Method Detail |
---|
Document getNewDocument()
LSInput getInput()
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.