Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/view/DialogViewShower.java

Diff revisions: vs.
  @@ -1,11 +1,11 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.view;
3 -
4 - import org.litesoft.uispecification.*;
5 -
6 - public interface DialogViewShower {
7 - /**
8 - * Called by client code to show a dialog.
9 - */
10 - void showDialog( ViewDef pViewDef, Object pParams );
11 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.view;
3 +
4 + import org.litesoft.uispecification.*;
5 +
6 + public interface DialogViewShower {
7 + /**
8 + * Called by client code to show a dialog.
9 + */
10 + void showDialog( ViewDef pViewDef, Object pParams );
11 + }