Java com.google.gwt.gwtai.applet.util AppletUtil fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gwtai.applet.util AppletUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gwtai.applet.util AppletUtil.

The text is from its open source code.

Method

voidcallback(Applet applet, Float callbackValue)
Floats will be converted and sent as Strings, once arrived in the JavaScript world GwtAI parses the number back into an appropriate GWT object.
voidcallback(Applet applet, Integer callbackValue)
Integers will be converted and sent as Strings, once arrived in the JavaScript world GwtAI parses the number back into an appropriate GWT object.
voidcallback(Applet applet, Date callbackValue)
Datess will be converted and sent as Strings, once arrived in the JavaScript world GwtAI parses the date back into an appropriate GWT object.
voidcallback(Applet applet, String callbackValue)
The an easy one, everything is transfered as String anyway.