SVGLoadEventDispatcherListenerpublic class SVGLoadEventDispatcherAdapter extends java.lang.Object implements SVGLoadEventDispatcherListener
| Constructor | Description |
|---|---|
SVGLoadEventDispatcherAdapter() |
| Modifier and Type | Method | 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 ? 2018 Apache Software Foundation. All Rights Reserved.