Example usage for com.google.gwt.user.client WindowCloseListener interface-usage

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

Introduction

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

Usage

From source file com.dimdim.conference.ui.popout.client.PopoutWindow.java

/**
 * @author Jayant Pandit
 * @email Jayant.Pandit@communiva.com
 * 
 * Objects of this class represent a poped out window from dimdim console.
 * Each such window may contain one or more widgets from the console. Each

From source file com.tensegrity.wpalo.client.services.wpalo.BrowserListener.java

class BrowserListener implements WindowCloseListener {

    BrowserListener() {
    }

    public void onWindowClosed() {

From source file fr.fg.client.core.Client.java

public final class Client
        implements EntryPoint, WindowResizeListener, ActionCallback, WindowCloseListener, EventPreview {
    // ------------------------------------------------------- CONSTANTES -- //
    // -------------------------------------------------------- ATTRIBUTS -- //

    private static Client instance;