Example usage for com.google.gwt.gwtai.applet.client AppletCallback interface-usage

List of usage examples for com.google.gwt.gwtai.applet.client AppletCallback interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.gwtai.applet.client AppletCallback interface-usage.

Usage

From source file com.google.gwt.gwtai.demo.client.StopWatchCallback.java

/**
 * An example implementation of the  <code>AppletCallback</code> interface.
 * 
 * @author Adrian Buerki <a.buerki@gmail.com>
 */
public class StopWatchCallback implements AppletCallback<String> {