public abstract class SVGDocumentLoaderAdapter extends Object implements SVGDocumentLoaderListener
SVGDocumentLoaderEvent events.| 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 © 2000–2020 Apache Software Foundation. All rights reserved.