Class JSVGCanvasHandler.LoadListener
java.lang.Object
org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
org.apache.batik.swing.JSVGCanvasHandler.LoadListener
- All Implemented Interfaces:
SVGDocumentLoaderListener
- Enclosing class:
JSVGCanvasHandler
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the loading of a document was cancelled.voidCalled when the loading of a document was completed.voidCalled when the loading of a document has failed.Methods inherited from class SVGDocumentLoaderAdapter
documentLoadingStarted
-
Constructor Details
-
LoadListener
LoadListener()
-
-
Method Details
-
documentLoadingCompleted
Description copied from class:SVGDocumentLoaderAdapterCalled when the loading of a document was completed.- Specified by:
documentLoadingCompletedin interfaceSVGDocumentLoaderListener- Overrides:
documentLoadingCompletedin classSVGDocumentLoaderAdapter
-
documentLoadingFailed
Description copied from class:SVGDocumentLoaderAdapterCalled when the loading of a document has failed.- Specified by:
documentLoadingFailedin interfaceSVGDocumentLoaderListener- Overrides:
documentLoadingFailedin classSVGDocumentLoaderAdapter
-
documentLoadingCancelled
Description copied from class:SVGDocumentLoaderAdapterCalled when the loading of a document was cancelled.- Specified by:
documentLoadingCancelledin interfaceSVGDocumentLoaderListener- Overrides:
documentLoadingCancelledin classSVGDocumentLoaderAdapter
-