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 Details

    • 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.