Package org.apache.batik.apps.svgbrowser
Class ThumbnailDialog.ThumbnailDocumentListener
java.lang.Object
org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
org.apache.batik.apps.svgbrowser.ThumbnailDialog.ThumbnailDocumentListener
- All Implemented Interfaces:
SVGDocumentLoaderListener
- Enclosing class:
ThumbnailDialog
Used to determine whether or not the GVT tree of the thumbnail has to be
updated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the loading of a document was started.Methods inherited from class org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
documentLoadingCancelled, documentLoadingCompleted, documentLoadingFailed
-
Constructor Details
-
ThumbnailDocumentListener
protected ThumbnailDocumentListener()
-
-
Method Details
-
documentLoadingStarted
Description copied from class:SVGDocumentLoaderAdapter
Called when the loading of a document was started.- Specified by:
documentLoadingStarted
in interfaceSVGDocumentLoaderListener
- Overrides:
documentLoadingStarted
in classSVGDocumentLoaderAdapter
-