Interface Window.URLResponseHandler
- All Known Implementing Classes:
WindowWrapper.GetURLFunctionWrapper
- Enclosing interface:
Window
public static interface Window.URLResponseHandler
To handle the completion of a 'getURL()' or 'postURL' call.
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetURLDone(boolean success, String mime, String content) Called when the response is recieved.
-
Method Details
-
getURLDone
-