Package com.google.gwt.user.client
Interface ResponseTextHandler
-
public interface ResponseTextHandlerImplement this interface to receive HTTP completion events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCompletion(java.lang.String responseText)Called when an asynchronous HTTP request completes successfully.
-