Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -2,13 +2,12 @@
2 2
3 3 import com.google.gwt.user.client.ui.*;
4 4
5 - public interface Activity
6 - {
5 + public interface Activity {
7 6 /**
8 7 * Called when the user is trying to navigate away from this activity.
9 8 *
10 9 * @return A message to display to the user, e.g. to warn of unsaved work, or
11 - * null to say nothing
10 + * null to say nothing
12 11 */
13 12 String mayStop();
14 13