Package elemental2.dom
Class ProgressEvent<TARGET>
- java.lang.Object
-
- elemental2.dom.Event
-
- elemental2.dom.ProgressEvent<TARGET>
-
@JsType(isNative=true, namespace="<global>") public class ProgressEvent<TARGET> extends Event
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class elemental2.dom.Event
Event.DeepPathFn
-
-
Field Summary
Fields Modifier and Type Field Description boolean
lengthComputable
double
loaded
TARGET
target
double
total
-
Fields inherited from class elemental2.dom.Event
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, timeStamp, type
-
-
Constructor Summary
Constructors Constructor Description ProgressEvent(java.lang.String type)
ProgressEvent(java.lang.String type, ProgressEventInit progressEventInitDict)
-
Method Summary
-
Methods inherited from class elemental2.dom.Event
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
-
-
-
-
Field Detail
-
lengthComputable
public boolean lengthComputable
-
loaded
public double loaded
-
target
public TARGET target
-
total
public double total
-
-
Constructor Detail
-
ProgressEvent
public ProgressEvent(java.lang.String type, ProgressEventInit progressEventInitDict)
-
ProgressEvent
public ProgressEvent(java.lang.String type)
-
-