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
protected class ThumbnailDialog.ThumbnailDocumentListener extends SVGDocumentLoaderAdapter
Used to determine whether or not the GVT tree of the thumbnail has to be updated.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ThumbnailDocumentListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.-
Methods inherited from class org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
documentLoadingCancelled, documentLoadingCompleted, documentLoadingFailed
-
-
-
-
Method Detail
-
documentLoadingStarted
public void documentLoadingStarted(SVGDocumentLoaderEvent e)
Description copied from class:SVGDocumentLoaderAdapter
Called when the loading of a document was started.- Specified by:
documentLoadingStarted
in interfaceSVGDocumentLoaderListener
- Overrides:
documentLoadingStarted
in classSVGDocumentLoaderAdapter
-
-