Uses of Class
org.apache.batik.swing.svg.SVGLoadEventDispatcherEvent
Packages that use SVGLoadEventDispatcherEvent
Package
Description
-
Uses of SVGLoadEventDispatcherEvent in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser with parameters of type SVGLoadEventDispatcherEventModifier and TypeMethodDescriptionvoidJSVGViewerFrame.svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was cancelled.voidJSVGViewerFrame.svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was completed.voidJSVGViewerFrame.svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch failed.voidJSVGViewerFrame.svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch started. -
Uses of SVGLoadEventDispatcherEvent in org.apache.batik.swing
Methods in org.apache.batik.swing with parameters of type SVGLoadEventDispatcherEventModifier and TypeMethodDescriptionvoidJSVGCanvasHandler.SVGLoadEventListener.svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e) -
Uses of SVGLoadEventDispatcherEvent in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg with parameters of type SVGLoadEventDispatcherEventModifier and TypeMethodDescriptionvoidJSVGComponent.SVGListener.svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was cancelled.voidSVGLoadEventDispatcherAdapter.svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was cancelled.voidSVGLoadEventDispatcherListener.svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was cancelled.voidJSVGComponent.SVGListener.svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was completed.voidSVGLoadEventDispatcherAdapter.svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was completed.voidSVGLoadEventDispatcherListener.svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was completed.voidJSVGComponent.SVGListener.svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch failed.voidSVGLoadEventDispatcherAdapter.svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch failed.voidSVGLoadEventDispatcherListener.svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch failed.voidJSVGComponent.SVGListener.svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch started.voidSVGLoadEventDispatcherAdapter.svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch started.voidSVGLoadEventDispatcherListener.svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch started.