LSProgressEvent
Interface LSProgressEvent
- All Superinterfaces:
- Event
public interface LSProgressEvent extends Event
This interface represents a progress event object that notifies the application about progress as a document is parsed. It extends the Event
interface defined in [DOM Level 3 Events] .
The units used for the attributes position
and totalSize
are not specified and can be implementation and input dependent.
See also the Document Object Model (DOM) Level 3 Load and Save Specification.