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 TypeMethodDescriptionvoid
JSVGViewerFrame.svgLoadEventDispatchCancelled
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was cancelled.void
JSVGViewerFrame.svgLoadEventDispatchCompleted
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was completed.void
JSVGViewerFrame.svgLoadEventDispatchFailed
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch failed.void
JSVGViewerFrame.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 TypeMethodDescriptionvoid
JSVGCanvasHandler.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 TypeMethodDescriptionvoid
JSVGComponent.SVGListener.svgLoadEventDispatchCancelled
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was cancelled.void
SVGLoadEventDispatcherAdapter.svgLoadEventDispatchCancelled
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was cancelled.void
SVGLoadEventDispatcherListener.svgLoadEventDispatchCancelled
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was cancelled.void
JSVGComponent.SVGListener.svgLoadEventDispatchCompleted
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was completed.void
SVGLoadEventDispatcherAdapter.svgLoadEventDispatchCompleted
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was completed.void
SVGLoadEventDispatcherListener.svgLoadEventDispatchCompleted
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch was completed.void
JSVGComponent.SVGListener.svgLoadEventDispatchFailed
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch failed.void
SVGLoadEventDispatcherAdapter.svgLoadEventDispatchFailed
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch failed.void
SVGLoadEventDispatcherListener.svgLoadEventDispatchFailed
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch failed.void
JSVGComponent.SVGListener.svgLoadEventDispatchStarted
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch started.void
SVGLoadEventDispatcherAdapter.svgLoadEventDispatchStarted
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch started.void
SVGLoadEventDispatcherListener.svgLoadEventDispatchStarted
(SVGLoadEventDispatcherEvent e) Called when a onload event dispatch started.