public interface SVGEventProducer extends EventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
SVGEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
alert(java.lang.Object source,
java.lang.String message)
Alert during SVG processing.
|
void |
error(java.lang.Object source,
java.lang.String message,
java.lang.Exception e)
Error during SVG processing.
|
void |
info(java.lang.Object source,
java.lang.String message)
Info during SVG processing.
|
void |
svgNotBuilt(java.lang.Object source,
java.lang.Exception e,
java.lang.String uri)
SVG graphic could not be built due to an exception.
|
void |
svgRenderingError(java.lang.Object source,
java.lang.Exception e,
java.lang.String uri)
SVG graphic could not be rendered due to an exception.
|
void error(java.lang.Object source, java.lang.String message, java.lang.Exception e)
source
- the event sourcemessage
- the error message (or null)e
- the exception (or null)void alert(java.lang.Object source, java.lang.String message)
source
- the event sourcemessage
- the error messagevoid info(java.lang.Object source, java.lang.String message)
source
- the event sourcemessage
- the error messagevoid svgNotBuilt(java.lang.Object source, java.lang.Exception e, java.lang.String uri)
source
- the event sourcee
- the original exceptionuri
- the URI of the SVG graphicvoid svgRenderingError(java.lang.Object source, java.lang.Exception e, java.lang.String uri)
source
- the event sourcee
- the original exceptionuri
- the URI of the SVG graphicCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.