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)
json
- Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.