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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a onload event dispatch was cancelled.voidCalled when a onload event dispatch was completed.voidCalled when a onload event dispatch failed.voidCalled when a onload event dispatch started.
-
Constructor Details
-
SVGLoadEventDispatcherAdapter
public SVGLoadEventDispatcherAdapter()
-
-
Method Details
-
svgLoadEventDispatchStarted
Called when a onload event dispatch started.- Specified by:
svgLoadEventDispatchStartedin interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchCompleted
Called when a onload event dispatch was completed.- Specified by:
svgLoadEventDispatchCompletedin interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchCancelled
Called when a onload event dispatch was cancelled.- Specified by:
svgLoadEventDispatchCancelledin interfaceSVGLoadEventDispatcherListener
-
svgLoadEventDispatchFailed
Called when a onload event dispatch failed.- Specified by:
svgLoadEventDispatchFailedin interfaceSVGLoadEventDispatcherListener
-