Package org.apache.batik.swing.svg
Interface SVGLoadEventDispatcherListener
- All Known Implementing Classes:
JSVGCanvas.CanvasSVGListener,JSVGCanvasHandler.SVGLoadEventListener,JSVGComponent.SVGListener,JSVGViewerFrame,SVGLoadEventDispatcherAdapter
public interface SVGLoadEventDispatcherListener
This interface represents a listener to the
SVGLoadEventDispatcherEvent events.
- Version:
- $Id: SVGLoadEventDispatcherListener.java 1733416 2016-03-03 07:07:13Z gadams $
-
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.
-
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.
-