Example usage for com.google.gwt.user.client Window.ClosingHandler interface-usage

List of usage examples for com.google.gwt.user.client Window.ClosingHandler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client Window.ClosingHandler interface-usage.

Usage

From source file com.calclab.emite.browser.AutoConfigBoot.java

/**
 * Loads configuration settings from the HTML page.
 */
@Singleton
public class AutoConfigBoot implements Scheduler.ScheduledCommand, Window.ClosingHandler {

From source file com.fullmetalgalaxy.client.AppMain.java

/**
 * @author Vincent Legendre
 *
 */
public class AppMain extends AppRoot implements SourcesChannelMessageEvents, Window.ClosingHandler {
    private static AppMain s_instance = null;