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 protectedThumbnailDocumentListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddocumentLoadingStarted(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:SVGDocumentLoaderAdapterCalled when the loading of a document was started.- Specified by:
documentLoadingStartedin interfaceSVGDocumentLoaderListener- Overrides:
documentLoadingStartedin classSVGDocumentLoaderAdapter
-
-