Package org.apache.batik.swing.svg
Class SVGDocumentLoaderAdapter
java.lang.Object
org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
- All Implemented Interfaces:
SVGDocumentLoaderListener
- Direct Known Subclasses:
JSVGCanvasHandler.LoadListener
,JSVGScrollPane.SVGScrollDocumentLoaderListener
,ThumbnailDialog.ThumbnailDocumentListener
An adapter class that represents a listener to the
SVGDocumentLoaderEvent
events.- Version:
- $Id: SVGDocumentLoaderAdapter.java 1733416 2016-03-03 07:07:13Z gadams $
-
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.void
Called when the loading of a document was started.
-
Constructor Details
-
SVGDocumentLoaderAdapter
public SVGDocumentLoaderAdapter()
-
-
Method Details
-
documentLoadingStarted
Called when the loading of a document was started.- Specified by:
documentLoadingStarted
in interfaceSVGDocumentLoaderListener
-
documentLoadingCompleted
Called when the loading of a document was completed.- Specified by:
documentLoadingCompleted
in interfaceSVGDocumentLoaderListener
-
documentLoadingCancelled
Called when the loading of a document was cancelled.- Specified by:
documentLoadingCancelled
in interfaceSVGDocumentLoaderListener
-
documentLoadingFailed
Called when the loading of a document has failed.- Specified by:
documentLoadingFailed
in interfaceSVGDocumentLoaderListener
-