Package org.apache.batik.swing
Class JSVGCanvasHandler.SVGLoadEventListener
- java.lang.Object
-
- org.apache.batik.swing.svg.SVGLoadEventDispatcherAdapter
-
- org.apache.batik.swing.JSVGCanvasHandler.SVGLoadEventListener
-
- All Implemented Interfaces:
SVGLoadEventDispatcherListener
- Enclosing class:
- JSVGCanvasHandler
class JSVGCanvasHandler.SVGLoadEventListener extends SVGLoadEventDispatcherAdapter
-
-
Constructor Summary
Constructors Constructor Description SVGLoadEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch started.-
Methods inherited from class org.apache.batik.swing.svg.SVGLoadEventDispatcherAdapter
svgLoadEventDispatchCancelled, svgLoadEventDispatchCompleted, svgLoadEventDispatchFailed
-
-
-
-
Method Detail
-
svgLoadEventDispatchStarted
public void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
Description copied from class:SVGLoadEventDispatcherAdapter
Called when a onload event dispatch started.- Specified by:
svgLoadEventDispatchStarted
in interfaceSVGLoadEventDispatcherListener
- Overrides:
svgLoadEventDispatchStarted
in classSVGLoadEventDispatcherAdapter
-
-