org.apache.batik.swing.svg

Class SVGDocumentLoaderAdapter

public abstract class SVGDocumentLoaderAdapter extends Object implements SVGDocumentLoaderListener

An adapter class that represents a listener to the SVGDocumentLoaderEvent events.
Method Summary
voiddocumentLoadingCancelled(SVGDocumentLoaderEvent e)
Called when the loading of a document was cancelled.
voiddocumentLoadingCompleted(SVGDocumentLoaderEvent e)
Called when the loading of a document was completed.
voiddocumentLoadingFailed(SVGDocumentLoaderEvent e)
Called when the loading of a document has failed.
voiddocumentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.

Method Detail

documentLoadingCancelled

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

documentLoadingCompleted

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

documentLoadingFailed

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

documentLoadingStarted

public void documentLoadingStarted(SVGDocumentLoaderEvent e)
Called when the loading of a document was started.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.