Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 60 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/forms/client/nonpublic/FormInstanceComponentHandler.java

Diff revisions: vs.
  @@ -1,8 +1,9 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.GWT.forms.client.nonpublic;
3 3
4 + import java.io.*;
5 +
4 6 import org.litesoft.core.simpletypes.*;
5 - import org.litesoft.rpcpassable.*;
6 7
7 8 /**
8 9 * Implementations of this interface services the needs of a form instance's Components.
  @@ -13,7 +14,7 @@
13 14
14 15 public void addAttributeAdapter( FormAttributeAdapter pAttributeAdapter );
15 16
16 - public void componentUpdatedValue( FormAttributeAdapter pAttributeAdapter, RPCpassable pCurrentValue );
17 + public void componentUpdatedValue( FormAttributeAdapter pAttributeAdapter, Serializable pCurrentValue );
17 18
18 19 /**
19 20 * Request the available ResourceKeyNameURLs by pAttributeAdapter.