| Package | Description |
|---|---|
| net.java.html.lib.dom |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A1<? super MessageEvent,? extends Object>> |
Worker.onmessage |
Objs.Property<Function.A1<? super MessageEvent,? extends Object>> |
Window.onmessage |
Objs.Property<Function.A1<? super MessageEvent,? extends Object>> |
WebSocket.onmessage |
Objs.Property<Function.A1<? super MessageEvent,? extends Object>> |
MessagePort.onmessage |
Objs.Property<Function.A1<? super MessageEvent,? extends Object>> |
HTMLFrameSetElement.onmessage |
Objs.Property<Function.A1<? super MessageEvent,? extends Object>> |
HTMLBodyElement.onmessage |
static Function.A1<? super MessageEvent,? extends Object> |
Exports.onmessage |
| Modifier and Type | Method and Description |
|---|---|
static MessageEvent |
MessageEvent.$as(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
Function.A1<? super MessageEvent,? extends Object> |
Worker.onmessage() |
Function.A1<? super MessageEvent,? extends Object> |
Window.onmessage() |
Function.A1<? super MessageEvent,? extends Object> |
WebSocket.onmessage() |
Function.A1<? super MessageEvent,? extends Object> |
MessagePort.onmessage() |
Function.A1<? super MessageEvent,? extends Object> |
HTMLFrameSetElement.onmessage() |
Function.A1<? super MessageEvent,? extends Object> |
HTMLBodyElement.onmessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
Worker.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener) |
void |
MessagePort.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener) |
void |
Worker.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener,
Boolean useCapture) |
void |
MessagePort.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener,
Boolean useCapture) |
Copyright © 2018. All rights reserved.