Subversion Repository Public Repository

litesoft

Diff Revisions 23 vs 49 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/view/UiView.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client.view;
2 3
3 4 import org.litesoft.GWT.client.*;
  @@ -33,7 +34,7 @@
33 34 super.onLoad();
34 35 justLoaded();
35 36 }
36 -
37 +
37 38 @Override
38 39 protected void onUnload()
39 40 {
  @@ -45,10 +46,10 @@
45 46 protected void justLoaded()
46 47 {
47 48 }
48 -
49 +
49 50 protected void justUnloaded()
50 51 {
51 -
52 +
52 53 }
53 54
54 55 protected UiView()
  @@ -311,4 +312,4 @@
311 312 {
312 313 InfoManager.info( this.getClass().getName(), pTitle, pTitle + " Not Implimented Yet" );
313 314 }
314 - }
315 + }