Package org.apache.batik.swing.svg
Interface SVGDocumentLoaderListener
- All Known Implementing Classes:
JSVGCanvas.CanvasSVGListener
,JSVGComponent.SVGListener
,JSVGViewerFrame
,SVGDocumentLoaderAdapter
,ThumbnailDialog.ThumbnailDocumentListener
public interface SVGDocumentLoaderListener
This interface represents a listener to the SVGDocumentLoaderEvent events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the loading of a document was cancelled.void
Called when the loading of a document was completed.void
Called when the loading of a document has failed.void
Called when the loading of a document was started.
-
Method Details
-
documentLoadingStarted
Called when the loading of a document was started. -
documentLoadingCompleted
Called when the loading of a document was completed. -
documentLoadingCancelled
Called when the loading of a document was cancelled. -
documentLoadingFailed
Called when the loading of a document has failed.
-