Package org.apache.batik.swing.svg
Class SVGDocumentLoaderEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.apache.batik.swing.svg.SVGDocumentLoaderEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SVGDocumentLoaderEvent extends java.util.EventObjectThis class represents an event which indicate an event originated from a SVGDocumentLoader instance.- Version:
- $Id: SVGDocumentLoaderEvent.java 1733416 2016-03-03 07:07:13Z gadams $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.w3c.dom.svg.SVGDocumentsvgDocumentThe associated SVG document.
-
Constructor Summary
Constructors Constructor Description SVGDocumentLoaderEvent(java.lang.Object source, org.w3c.dom.svg.SVGDocument doc)Creates a new SVGDocumentLoaderEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.svg.SVGDocumentgetSVGDocument()Returns the associated SVG document, or null if the loading was just started or an error occured.
-