Package org.apache.batik.swing.svg
Class SVGLoadEventDispatcherAdapter
- java.lang.Object
-
- org.apache.batik.swing.svg.SVGLoadEventDispatcherAdapter
-
- All Implemented Interfaces:
SVGLoadEventDispatcherListener
public class SVGLoadEventDispatcherAdapter extends java.lang.Object implements SVGLoadEventDispatcherListener
This class provides an adapter for the SVGLoadEventDispatcherListener interface.
-
-
Constructor Summary
Constructors Constructor Description SVGLoadEventDispatcherAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was cancelled.void
svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was completed.void
svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch failed.void
svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch started.
-
-
-
Method Detail
-
svgLoadEventDispatchStarted
public void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch started.- Specified by:
svgLoadEventDispatchStarted
in interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchCompleted
public void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was completed.- Specified by:
svgLoadEventDispatchCompleted
in interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchCancelled
public void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was cancelled.- Specified by:
svgLoadEventDispatchCancelled
in interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchFailed
public void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch failed.- Specified by:
svgLoadEventDispatchFailed
in interfaceSVGLoadEventDispatcherListener
-
-