org.apache.batik.swing.svg
public interface SVGDocumentLoaderListener
| Method Summary | |
|---|---|
| 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. |
| void | documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started. |