Class SVGDocumentLoaderAdapter
java.lang.Object
org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
- All Implemented Interfaces:
SVGDocumentLoaderListener
- Direct Known Subclasses:
ThumbnailDialog.ThumbnailDocumentListener
An adapter class that represents a listener to the
SVGDocumentLoaderEvent events.-
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.voidCalled 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:
documentLoadingStartedin interfaceSVGDocumentLoaderListener
-
documentLoadingCompleted
Called when the loading of a document was completed.- Specified by:
documentLoadingCompletedin interfaceSVGDocumentLoaderListener
-
documentLoadingCancelled
Called when the loading of a document was cancelled.- Specified by:
documentLoadingCancelledin interfaceSVGDocumentLoaderListener
-
documentLoadingFailed
Called when the loading of a document has failed.- Specified by:
documentLoadingFailedin interfaceSVGDocumentLoaderListener
-