public class SVGLoadEventDispatcherAdapter extends 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 SVGLoadEventDispatcherListenerpublic void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchCompleted in interface SVGLoadEventDispatcherListenerpublic void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchCancelled in interface SVGLoadEventDispatcherListenerpublic void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
svgLoadEventDispatchFailed in interface SVGLoadEventDispatcherListenerCopyright © 2000–2017 Apache Software Foundation. All rights reserved.