Package org.apache.batik.swing.svg
Class SVGLoadEventDispatcherAdapter
java.lang.Object
org.apache.batik.swing.svg.SVGLoadEventDispatcherAdapter
- All Implemented Interfaces:
SVGLoadEventDispatcherListener
- Direct Known Subclasses:
JSVGCanvasHandler.SVGLoadEventListener
This class provides an adapter for the SVGLoadEventDispatcherListener
interface.
- Version:
- $Id: SVGLoadEventDispatcherAdapter.java 1733416 2016-03-03 07:07:13Z gadams $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when a onload event dispatch was cancelled.void
Called when a onload event dispatch was completed.void
Called when a onload event dispatch failed.void
Called when a onload event dispatch started.
-
Constructor Details
-
SVGLoadEventDispatcherAdapter
public SVGLoadEventDispatcherAdapter()
-
-
Method Details
-
svgLoadEventDispatchStarted
Called when a onload event dispatch started.- Specified by:
svgLoadEventDispatchStarted
in interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchCompleted
Called when a onload event dispatch was completed.- Specified by:
svgLoadEventDispatchCompleted
in interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchCancelled
Called when a onload event dispatch was cancelled.- Specified by:
svgLoadEventDispatchCancelled
in interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchFailed
Called when a onload event dispatch failed.- Specified by:
svgLoadEventDispatchFailed
in interfaceSVGLoadEventDispatcherListener
-