org.apache.batik.script
public static interface Window.URLResponseHandler
Method Summary | |
---|---|
void | getURLDone(boolean success, String mime, String content)
Called when the response is recieved. |
Parameters: success Whether the data was successfully retreived. mime The data MIME type. content The data.