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.
|
documentLoadingStarted
public void documentLoadingCompleted(SVGDocumentLoaderEvent e)
SVGDocumentLoaderAdapter
documentLoadingCompleted
in interface SVGDocumentLoaderListener
documentLoadingCompleted
in class SVGDocumentLoaderAdapter
public void documentLoadingFailed(SVGDocumentLoaderEvent e)
SVGDocumentLoaderAdapter
documentLoadingFailed
in interface SVGDocumentLoaderListener
documentLoadingFailed
in class SVGDocumentLoaderAdapter
public void documentLoadingCancelled(SVGDocumentLoaderEvent e)
SVGDocumentLoaderAdapter
documentLoadingCancelled
in interface SVGDocumentLoaderListener
documentLoadingCancelled
in class SVGDocumentLoaderAdapter