public class ProgressEvent<TARGET> extends Event
Event.DeepPathFn| Modifier and Type | Field and Description |
|---|---|
boolean |
lengthComputable |
double |
loaded |
TARGET |
target |
double |
total |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, timeStamp, type| Constructor and Description |
|---|
ProgressEvent(java.lang.String type) |
ProgressEvent(java.lang.String type,
ProgressEventInit progressEventInitDict) |
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagationpublic boolean lengthComputable
public double loaded
public TARGET target
public double total
public ProgressEvent(java.lang.String type,
ProgressEventInit progressEventInitDict)
public ProgressEvent(java.lang.String type)