Hello everyone,
I have one (silly?) question regarding RPC callbacks. Is there any
difference (memory usage, performance, ...) between creating callback
in every server call:
service.callServer(parameter, new AsyncCallback<Void>()
{onSuccess() ... .. });...and using instance of my own callback class: service.callServer(parameter, myCallback); Thanks in advance Miro S. -- 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.
