com.jinsight.svg
Interface SVGListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ChartEncoder

public interface SVGListener
extends java.util.EventListener

Listener interface for receiving events generated during the SVG encoding process.

See Also:
SVGEvent

Method Summary
 void lineProcessed(SVGEvent evt)
          Invoked when a new SVG line is generated during the encoding process.
 

Method Detail

lineProcessed

public void lineProcessed(SVGEvent evt)
Invoked when a new SVG line is generated during the encoding process.
Parameters:
evt - An SVGEvent object.
See Also:
SVGEvent