class JSVGCanvasHandler.LoadListener extends SVGDocumentLoaderAdapter
| Constructor and Description |
|---|
LoadListener() |
| 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.
|
documentLoadingStartedpublic void documentLoadingCompleted(SVGDocumentLoaderEvent e)
SVGDocumentLoaderAdapterdocumentLoadingCompleted in interface SVGDocumentLoaderListenerdocumentLoadingCompleted in class SVGDocumentLoaderAdapterpublic void documentLoadingFailed(SVGDocumentLoaderEvent e)
SVGDocumentLoaderAdapterdocumentLoadingFailed in interface SVGDocumentLoaderListenerdocumentLoadingFailed in class SVGDocumentLoaderAdapterpublic void documentLoadingCancelled(SVGDocumentLoaderEvent e)
SVGDocumentLoaderAdapterdocumentLoadingCancelled in interface SVGDocumentLoaderListenerdocumentLoadingCancelled in class SVGDocumentLoaderAdapter