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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when a onload event dispatch started.Methods inherited from class org.apache.batik.swing.svg.SVGLoadEventDispatcherAdapter
svgLoadEventDispatchCancelled, svgLoadEventDispatchCompleted, svgLoadEventDispatchFailed
-
Constructor Details
-
SVGLoadEventListener
SVGLoadEventListener()
-
-
Method Details
-
svgLoadEventDispatchStarted
Description copied from class:SVGLoadEventDispatcherAdapter
Called when a onload event dispatch started.- Specified by:
svgLoadEventDispatchStarted
in interfaceSVGLoadEventDispatcherListener
- Overrides:
svgLoadEventDispatchStarted
in classSVGLoadEventDispatcherAdapter
-