public class MSAppAsyncOperation extends EventTarget
Modifier and Type | Field and Description |
---|---|
double |
COMPLETED |
DOMError |
error |
double |
ERROR |
Function<Event,Object> |
oncomplete |
Function<Event,Object> |
onerror |
static MSAppAsyncOperation |
prototype |
double |
readyState |
Object |
result |
double |
STARTED |
constructor
Constructor and Description |
---|
MSAppAsyncOperation() |
Modifier and Type | Method and Description |
---|---|
void |
addEventListener(String type,
EventListener listener) |
void |
addEventListener(String type,
EventListener listener,
Boolean useCapture) |
void |
addEventListener(String type,
EventListenerObject listener) |
void |
addEventListener(String type,
EventListenerObject listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.complete type,
Function<Event,Object> listener) |
void |
addEventListener(StringTypes.complete type,
Function<Event,Object> listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.error type,
Function<ErrorEvent,Object> listener) |
void |
addEventListener(StringTypes.error type,
Function<ErrorEvent,Object> listener,
Boolean useCapture) |
void |
start() |
dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public DOMError error
public double readyState
public Object result
public double COMPLETED
public double ERROR
public double STARTED
public static MSAppAsyncOperation prototype
public void start()
public void addEventListener(StringTypes.complete type, Function<Event,Object> listener, Boolean useCapture)
public void addEventListener(StringTypes.error type, Function<ErrorEvent,Object> listener, Boolean useCapture)
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(StringTypes.complete type, Function<Event,Object> listener)
public void addEventListener(StringTypes.error type, Function<ErrorEvent,Object> listener)
public void addEventListener(String type, EventListener listener)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener)
addEventListener
in class EventTarget