Interface SVGDocumentLoaderListener

    • Method Detail

      • documentLoadingStarted

        void documentLoadingStarted​(SVGDocumentLoaderEvent e)
        Called when the loading of a document was started.
      • documentLoadingCompleted

        void documentLoadingCompleted​(SVGDocumentLoaderEvent e)
        Called when the loading of a document was completed.
      • documentLoadingCancelled

        void documentLoadingCancelled​(SVGDocumentLoaderEvent e)
        Called when the loading of a document was cancelled.
      • documentLoadingFailed

        void documentLoadingFailed​(SVGDocumentLoaderEvent e)
        Called when the loading of a document has failed.