Package org.apache.batik.swing
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the loading of a document was cancelled.void
Called when the loading of a document was completed.void
Called when the loading of a document has failed.Methods inherited from class org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
documentLoadingStarted
-
Constructor Details
-
LoadListener
LoadListener()
-
-
Method Details
-
documentLoadingCompleted
Description copied from class:SVGDocumentLoaderAdapter
Called when the loading of a document was completed.- Specified by:
documentLoadingCompleted
in interfaceSVGDocumentLoaderListener
- Overrides:
documentLoadingCompleted
in classSVGDocumentLoaderAdapter
-
documentLoadingFailed
Description copied from class:SVGDocumentLoaderAdapter
Called when the loading of a document has failed.- Specified by:
documentLoadingFailed
in interfaceSVGDocumentLoaderListener
- Overrides:
documentLoadingFailed
in classSVGDocumentLoaderAdapter
-
documentLoadingCancelled
Description copied from class:SVGDocumentLoaderAdapter
Called when the loading of a document was cancelled.- Specified by:
documentLoadingCancelled
in interfaceSVGDocumentLoaderListener
- Overrides:
documentLoadingCancelled
in classSVGDocumentLoaderAdapter
-