public abstract class SVGDocumentLoaderAdapter extends java.lang.Object implements SVGDocumentLoaderListener
| Constructor and Description |
|---|
SVGDocumentLoaderAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
documentLoadingCancelled(SVGDocumentLoaderEvent e)
Called when the loading of a document was cancelled.
|
void |
documentLoadingCompleted(SVGDocumentLoaderEvent e)
Called when the loading of a document was completed.
|
void |
documentLoadingFailed(SVGDocumentLoaderEvent e)
Called when the loading of a document has failed.
|
void |
documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.
|
public void documentLoadingStarted(SVGDocumentLoaderEvent e)
documentLoadingStarted in interface SVGDocumentLoaderListenerpublic void documentLoadingCompleted(SVGDocumentLoaderEvent e)
documentLoadingCompleted in interface SVGDocumentLoaderListenerpublic void documentLoadingCancelled(SVGDocumentLoaderEvent e)
documentLoadingCancelled in interface SVGDocumentLoaderListenerpublic void documentLoadingFailed(SVGDocumentLoaderEvent e)
documentLoadingFailed in interface SVGDocumentLoaderListenerCopyright ? 2009 Apache Software Foundation. All Rights Reserved.