JSVGCanvas.CanvasSVGListener, JSVGComponent.SVGListener, JSVGViewerFrame, SVGLoadEventDispatcherAdapterpublic interface SVGLoadEventDispatcherListener
| 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.
|
void svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
void svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
void svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
void svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.