Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/MultiModule/common/src/org/litesoft/sandbox/infrastructure/client/WindowClose.java

Diff revisions: vs.
  @@ -8,8 +8,7 @@
8 8 * isolation for unit testing, and allows customization of confirmation
9 9 * handling.
10 10 */
11 - public interface WindowClose
12 - {
11 + public interface WindowClose {
13 12 /**
14 13 * Adds a {@link Window.ClosingHandler} to the Delegate.
15 14 *