Hi all, I need to run an RPC, but that will not work .... how can I do
to solve the problem?!
I write the code below:
Main Class:
Timer t = new Timer() {
public void run() {
UtenteUtil.creaSegmenti(si,this);
t.schedule(10000);
The problem is that I do not know how to write callback class ...
thanks for the help: D
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.