org.apache.batik.swing.svg
Interface SVGLoadEventDispatcherListener

All Known Implementing Classes:
JSVGCanvas.CanvasSVGListener, JSVGComponent.SVGListener, 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 $
Author:
Stephane Hillion

Method Summary
 void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was cancelled.
 void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was completed.
 void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch failed.
 void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch started.
 

Method Detail

svgLoadEventDispatchStarted

void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch started.


svgLoadEventDispatchCompleted

void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was completed.


svgLoadEventDispatchCancelled

void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch was cancelled.


svgLoadEventDispatchFailed

void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
Called when a onload event dispatch failed.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.