org.apache.batik.swing.svg
Interface SVGDocumentLoaderListener

All Known Implementing Classes:
JSVGComponent.SVGListener, JSVGViewerFrame, SVGDocumentLoaderAdapter

public interface SVGDocumentLoaderListener

This interface represents a listener to the SVGDocumentLoaderEvent events.

Version:
$Id: SVGDocumentLoaderListener.java,v 1.2 2003/08/08 11:39:24 vhardy Exp $
Author:
Stephane Hillion

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.
 

Method Detail

documentLoadingStarted

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


documentLoadingCompleted

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


documentLoadingCancelled

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


documentLoadingFailed

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



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.