Interface Window.URLResponseHandler
- Enclosing interface:
Window
public static interface Window.URLResponseHandler
To handle the completion of a 'getURL()' or 'postURL' call.
- Version:
- $Id: Window.java 1830543 2018-04-30 10:17:31Z ssteiner $
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetURLDone(boolean success, String mime, String content) Called when the response is recieved.
-
Method Details
-
getURLDone
-