Interface SVGDocumentLoaderListener
- All Known Implementing Classes:
JSVGCanvas.CanvasSVGListener, JSVGCanvasHandler.LoadListener, JSVGComponent.SVGListener, JSVGScrollPane.SVGScrollDocumentLoaderListener, JSVGViewerFrame, SVGDocumentLoaderAdapter, ThumbnailDialog.ThumbnailDocumentListener
public interface SVGDocumentLoaderListener
This interface represents a listener to the SVGDocumentLoaderEvent events.
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the loading of a document was cancelled.voidCalled when the loading of a document was completed.voidCalled when the loading of a document has failed.voidCalled 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.
-