public class SVGLoadEventDispatcherAdapter extends java.lang.Object implements SVGLoadEventDispatcherListener
Constructor and Description |
---|
SVGLoadEventDispatcherAdapter() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchStarted
in interface SVGLoadEventDispatcherListener
public void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchCompleted
in interface SVGLoadEventDispatcherListener
public void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchCancelled
in interface SVGLoadEventDispatcherListener
public void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchFailed
in interface SVGLoadEventDispatcherListener
Copyright © 2022 Apache Software Foundation. All Rights Reserved.