JSVGCanvas.CanvasSVGListener, JSVGComponent.SVGListener, JSVGViewerFrame, SVGDocumentLoaderAdapter, ThumbnailDialog.ThumbnailDocumentListenerpublic interface SVGDocumentLoaderListener
| Modifier and Type | Method | 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.
|
void documentLoadingStarted(SVGDocumentLoaderEvent e)
void documentLoadingCompleted(SVGDocumentLoaderEvent e)
void documentLoadingCancelled(SVGDocumentLoaderEvent e)
void documentLoadingFailed(SVGDocumentLoaderEvent e)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.