All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
abort() |
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.abort type,
Function<UIEvent,Object> listener) |
void |
addEventListener(StringTypes.abort type,
Function<UIEvent,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 |
addEventListener(StringTypes.loadend type,
Function<ProgressEvent,Object> listener) |
void |
addEventListener(StringTypes.loadend type,
Function<ProgressEvent,Object> listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.load type,
Function<Event,Object> listener) |
void |
addEventListener(StringTypes.load type,
Function<Event,Object> listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.loadstart type,
Function<Event,Object> listener) |
void |
addEventListener(StringTypes.loadstart type,
Function<Event,Object> listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.progress type,
Function<ProgressEvent,Object> listener) |
void |
addEventListener(StringTypes.progress type,
Function<ProgressEvent,Object> listener,
Boolean useCapture) |