Module io.sf.carte.echosvg.swing
Package io.sf.carte.echosvg.swing.svg
Class SVGLoadEventDispatcherAdapter
java.lang.Object
io.sf.carte.echosvg.swing.svg.SVGLoadEventDispatcherAdapter
- All Implemented Interfaces:
SVGLoadEventDispatcherListener
This class provides an adapter for the SVGLoadEventDispatcherListener
interface.
-
Constructor Summary
-
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
-