Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/shared/LoadingProgressListener.java

Diff revisions: vs.
  @@ -2,7 +2,7 @@
2 2
3 3 /**
4 4 * Implementors of this interface should visually indicate one of the five resulting states (states may visually appear the same).
5 - *
5 + * <p/>
6 6 * The five states are: initial, reset, Loading, Completed-Success, & Completed-Error
7 7 *
8 8 * @author georgs
  @@ -13,5 +13,5 @@
13 13
14 14 public void loadingStarted();
15 15
16 - public void loadingCompleted(boolean successfully);
16 + public void loadingCompleted( boolean successfully );
17 17 }