public static interface

Window.ClosingHandler

implements EventHandler
com.google.gwt.user.client.Window.ClosingHandler

Class Overview

Handler for Window.ClosingEvent events.

Summary

Public Methods
abstract void onWindowClosing(Window.ClosingEvent event)
Fired just before the browser window closes or navigates to a different site.

Public Methods

public abstract void onWindowClosing (Window.ClosingEvent event)

Fired just before the browser window closes or navigates to a different site. No user-interface may be displayed during shutdown.

Parameters
event the event