org.vectomatic.dom.svg.utils
Class IFrameXmlLoader
java.lang.Object
org.vectomatic.dom.svg.utils.IFrameXmlLoader
- All Implemented Interfaces:
- AsyncXmlLoader
public class IFrameXmlLoader
- extends Object
- implements AsyncXmlLoader
Implementation of the AsyncXmlLoader based on iframes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IFrameXmlLoader
public IFrameXmlLoader()
loadResource
public void loadResource(String resourceName,
AsyncXmlLoaderCallback callback)
- Description copied from interface:
AsyncXmlLoader
- Initiates a request to load an XML resource
- Specified by:
loadResource
in interface AsyncXmlLoader
- Parameters:
resourceName
- The resource to loadcallback
- A callback invoked to process the resource once it is loaded
Copyright © 2012. All Rights Reserved.