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 SummaryConstructors
- 
Method SummaryModifier 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- 
SVGLoadEventDispatcherAdapterpublic SVGLoadEventDispatcherAdapter()
 
- 
- 
Method Details- 
svgLoadEventDispatchStartedCalled when a onload event dispatch started.- Specified by:
- svgLoadEventDispatchStartedin interface- SVGLoadEventDispatcherListener
 
- 
svgLoadEventDispatchCompletedCalled when a onload event dispatch was completed.- Specified by:
- svgLoadEventDispatchCompletedin interface- SVGLoadEventDispatcherListener
 
- 
svgLoadEventDispatchCancelledCalled when a onload event dispatch was cancelled.- Specified by:
- svgLoadEventDispatchCancelledin interface- SVGLoadEventDispatcherListener
 
- 
svgLoadEventDispatchFailedCalled when a onload event dispatch failed.- Specified by:
- svgLoadEventDispatchFailedin interface- SVGLoadEventDispatcherListener
 
 
-