Package org.apache.batik.swing
Class JSVGCanvasHandler.LoadListener
- java.lang.Object
-
- org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
-
- org.apache.batik.swing.JSVGCanvasHandler.LoadListener
-
- All Implemented Interfaces:
SVGDocumentLoaderListener
- Enclosing class:
- JSVGCanvasHandler
class JSVGCanvasHandler.LoadListener extends SVGDocumentLoaderAdapter
-
-
Constructor Summary
Constructors Constructor Description LoadListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
documentLoadingCancelled(SVGDocumentLoaderEvent e)
Called when the loading of a document was cancelled.void
documentLoadingCompleted(SVGDocumentLoaderEvent e)
Called when the loading of a document was completed.void
documentLoadingFailed(SVGDocumentLoaderEvent e)
Called when the loading of a document has failed.-
Methods inherited from class org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
documentLoadingStarted
-
-
-
-
Method Detail
-
documentLoadingCompleted
public void documentLoadingCompleted(SVGDocumentLoaderEvent e)
Description copied from class:SVGDocumentLoaderAdapter
Called when the loading of a document was completed.- Specified by:
documentLoadingCompleted
in interfaceSVGDocumentLoaderListener
- Overrides:
documentLoadingCompleted
in classSVGDocumentLoaderAdapter
-
documentLoadingFailed
public void documentLoadingFailed(SVGDocumentLoaderEvent e)
Description copied from class:SVGDocumentLoaderAdapter
Called when the loading of a document has failed.- Specified by:
documentLoadingFailed
in interfaceSVGDocumentLoaderListener
- Overrides:
documentLoadingFailed
in classSVGDocumentLoaderAdapter
-
documentLoadingCancelled
public void documentLoadingCancelled(SVGDocumentLoaderEvent e)
Description copied from class:SVGDocumentLoaderAdapter
Called when the loading of a document was cancelled.- Specified by:
documentLoadingCancelled
in interfaceSVGDocumentLoaderListener
- Overrides:
documentLoadingCancelled
in classSVGDocumentLoaderAdapter
-
-