org.apache.batik.swing.svg

Class SVGDocumentLoaderEvent

public class SVGDocumentLoaderEvent extends EventObject

This class represents an event which indicate an event originated from a SVGDocumentLoader instance.
Field Summary
protected SVGDocumentsvgDocument
The associated SVG document.
Constructor Summary
SVGDocumentLoaderEvent(Object source, SVGDocument doc)
Creates a new SVGDocumentLoaderEvent.
Method Summary
SVGDocumentgetSVGDocument()
Returns the associated SVG document, or null if the loading was just started or an error occured.

Field Detail

svgDocument

protected SVGDocument svgDocument
The associated SVG document.

Constructor Detail

SVGDocumentLoaderEvent

public SVGDocumentLoaderEvent(Object source, SVGDocument doc)
Creates a new SVGDocumentLoaderEvent.

Parameters: source the object that originated the event, ie. the SVGDocumentLoader. doc The associated document.

Method Detail

getSVGDocument

public SVGDocument getSVGDocument()
Returns the associated SVG document, or null if the loading was just started or an error occured.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.