Package | Description |
---|---|
org.netbeans.lib.v8debug | |
org.netbeans.lib.v8debug.connection |
Modifier and Type | Method and Description |
---|---|
static V8Event |
JSONReader.getEvent(org.json.simple.JSONObject obj) |
Modifier and Type | Method and Description |
---|---|
static org.json.simple.JSONObject |
JSONWriter.store(V8Event event) |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnection.Listener.event(V8Event event)
Called when an event is received.
|
void |
ServerConnection.send(V8Event event)
Send a debugger event.
|