Uses of Class
org.apache.batik.swing.svg.SVGLoadEventDispatcherEvent

Packages that use SVGLoadEventDispatcherEvent
org.apache.batik.apps.svgbrowser   
org.apache.batik.swing.svg   
 

Uses of SVGLoadEventDispatcherEvent in org.apache.batik.apps.svgbrowser
 

Methods in org.apache.batik.apps.svgbrowser with parameters of type SVGLoadEventDispatcherEvent
 void JSVGViewerFrame.svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch started.
 void JSVGViewerFrame.svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was completed.
 void JSVGViewerFrame.svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was cancelled.
 void JSVGViewerFrame.svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch failed.
 

Uses of SVGLoadEventDispatcherEvent in org.apache.batik.swing.svg
 

Methods in org.apache.batik.swing.svg with parameters of type SVGLoadEventDispatcherEvent
 void JSVGComponent.SVGListener.svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch started.
 void JSVGComponent.SVGListener.svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was completed.
 void JSVGComponent.SVGListener.svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was cancelled.
 void JSVGComponent.SVGListener.svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch failed.
 void SVGLoadEventDispatcherListener.svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch started.
 void SVGLoadEventDispatcherListener.svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was completed.
 void SVGLoadEventDispatcherListener.svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was cancelled.
 void SVGLoadEventDispatcherListener.svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch failed.
 void SVGLoadEventDispatcherAdapter.svgLoadEventDispatchStarted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch started.
 void SVGLoadEventDispatcherAdapter.svgLoadEventDispatchCompleted(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was completed.
 void SVGLoadEventDispatcherAdapter.svgLoadEventDispatchCancelled(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch was cancelled.
 void SVGLoadEventDispatcherAdapter.svgLoadEventDispatchFailed(SVGLoadEventDispatcherEvent e)
          Called when a onload event dispatch failed.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.