Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/pavment/Activity.java

Diff revisions: vs.
  @@ -7,7 +7,7 @@
7 7 * Called when the user is trying to navigate away from this activity.
8 8 *
9 9 * @return A message to display to the user, e.g. to warn of unsaved work,
10 - * or null to say nothing
10 + * or null to say nothing
11 11 */
12 12 String mayStop();
13 13
  @@ -28,16 +28,15 @@
28 28 * receiver should present it by calling {@link AcceptsOneWidget#setWidget}
29 29 * on the given panel.
30 30 *
31 - * @param panel
32 - * the panel to display this activity's widget when it is ready
31 + * @param panel the panel to display this activity's widget when it is ready
33 32 */
34 - void start(AcceptsOneWidget panel);
33 + void start( AcceptsOneWidget panel );
35 34
36 35 /**
37 36 * Called when the Activity should refresh its view's data.
38 - *
37 + * <p/>
39 38 * This should result in the same "view" as if 'start' had just been called.
40 - *
39 + * <p/>
41 40 * It is called when, for whatever reason, a 'place' change is request that
42 41 * would have resulted in the same activity being instantiated & started
43 42 * with the same data (i.e. with obfuscation, the URL Fragment would have