public class VerifierWebWorker extends Object implements com.google.gwt.core.client.EntryPoint
Constructor and Description |
---|
VerifierWebWorker() |
Modifier and Type | Method and Description |
---|---|
void |
error(String message) |
void |
log(String message) |
void |
onModuleLoad() |
void |
postToMainApp(String json)
This is what our GWT codes use to post messages for the main application, we always use JSON objects.
|
void |
received(String json) |
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public void log(String message)
public void error(String message)
public void received(String json)
public void postToMainApp(String json)
The GWT core codes might use postMessage for exceptions for example and these are in plain text. Those are used only for hard, unexpected failures.
json
- Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.