List of usage examples for com.google.gwt.user.client Window.ClosingHandler interface-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;