Package org.apache.batik.swing.svg
Interface SVGLoadEventDispatcherListener
- All Known Implementing Classes:
JSVGCanvas.CanvasSVGListener
,JSVGComponent.SVGListener
,JSVGViewerFrame
,SVGLoadEventDispatcherAdapter
public interface SVGLoadEventDispatcherListener
This interface represents a listener to the
SVGLoadEventDispatcherEvent events.
-
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.
-
Method Details
-
svgLoadEventDispatchStarted
Called when a onload event dispatch started. -
svgLoadEventDispatchCompleted
Called when a onload event dispatch was completed. -
svgLoadEventDispatchCancelled
Called when a onload event dispatch was cancelled. -
svgLoadEventDispatchFailed
Called when a onload event dispatch failed.
-