SVGDocumentLoaderListenerThumbnailDialog.ThumbnailDocumentListenerpublic abstract class SVGDocumentLoaderAdapter extends java.lang.Object implements SVGDocumentLoaderListener
SVGDocumentLoaderEvent events.| Constructor | Description |
|---|---|
SVGDocumentLoaderAdapter() |
| 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.
|
void |
documentLoadingStarted(SVGDocumentLoaderEvent e) |
Called when the loading of a document was started.
|
public void documentLoadingStarted(SVGDocumentLoaderEvent e)
documentLoadingStarted in interface SVGDocumentLoaderListenerpublic void documentLoadingCompleted(SVGDocumentLoaderEvent e)
documentLoadingCompleted in interface SVGDocumentLoaderListenerpublic void documentLoadingCancelled(SVGDocumentLoaderEvent e)
documentLoadingCancelled in interface SVGDocumentLoaderListenerpublic void documentLoadingFailed(SVGDocumentLoaderEvent e)
documentLoadingFailed in interface SVGDocumentLoaderListenerCopyright ? 2018 Apache Software Foundation. All Rights Reserved.