org.apache.batik.script
Interface Window.GetURLHandler
- All Known Implementing Classes:
- WindowWrapper.GetURLFunctionWrapper
- Enclosing class:
- Window
- public static interface Window.GetURLHandler
To handle the completion of a 'getURL()' call.
|
Method Summary |
void |
getURLDone(boolean success,
java.lang.String mime,
java.lang.String content)
Called before 'getURL()' returns. |
getURLDone
public void getURLDone(boolean success,
java.lang.String mime,
java.lang.String content)
- Called before 'getURL()' returns.
- Parameters:
success - Whether the data was successfully retreived.mime - The data MIME type.content - The data.
Copyright © 2002 Apache Software Foundation. All Rights Reserved.