org.apache.batik.swing.svg
Class SVGLoadEventDispatcher

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.apache.batik.swing.svg.SVGLoadEventDispatcher
All Implemented Interfaces:
java.lang.Runnable

public class SVGLoadEventDispatcher
extends java.lang.Thread

This class dispatches the SVGLoadEvent event on a SVG document.


Field Summary
protected  BridgeContext bridgeContext
          The bridge context to use.
protected  java.lang.Exception exception
          The exception thrown.
protected  java.util.List listeners
          The listeners.
protected  GraphicsNode root
          The root graphics node.
protected  SVGDocument svgDocument
          The SVG document to give to the bridge.
protected  UpdateManager updateManager
          The update manager.
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SVGLoadEventDispatcher(GraphicsNode gn, SVGDocument doc, BridgeContext bc, UpdateManager um)
          Creates a new SVGLoadEventDispatcher.
 
Method Summary
 void addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l)
          Adds a SVGLoadEventDispatcherListener to this SVGLoadEventDispatcher.
protected  void fireCancelledEvent()
          Fires a SVGLoadEventDispatcherEvent.
protected  void fireCompletedEvent()
          Fires a SVGLoadEventDispatcherEvent.
protected  void fireFailedEvent()
          Fires a SVGLoadEventDispatcherEvent.
protected  void fireStartedEvent()
          Fires a SVGLoadEventDispatcherEvent.
 java.lang.Exception getException()
          Returns the exception, if any occured.
 UpdateManager getUpdateManager()
          Returns the update manager.
 void removeSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l)
          Removes a SVGLoadEventDispatcherListener from this SVGLoadEventDispatcher.
 void run()
          Runs the dispatcher.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

svgDocument

protected SVGDocument svgDocument
The SVG document to give to the bridge.

root

protected GraphicsNode root
The root graphics node.

bridgeContext

protected BridgeContext bridgeContext
The bridge context to use.

updateManager

protected UpdateManager updateManager
The update manager.

listeners

protected java.util.List listeners
The listeners.

exception

protected java.lang.Exception exception
The exception thrown.
Constructor Detail

SVGLoadEventDispatcher

public SVGLoadEventDispatcher(GraphicsNode gn,
                              SVGDocument doc,
                              BridgeContext bc,
                              UpdateManager um)
Creates a new SVGLoadEventDispatcher.
Method Detail

run

public void run()
Runs the dispatcher.
Overrides:
run in class java.lang.Thread

getUpdateManager

public UpdateManager getUpdateManager()
Returns the update manager.

getException

public java.lang.Exception getException()
Returns the exception, if any occured.

addSVGLoadEventDispatcherListener

public void addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l)
Adds a SVGLoadEventDispatcherListener to this SVGLoadEventDispatcher.

removeSVGLoadEventDispatcherListener

public void removeSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l)
Removes a SVGLoadEventDispatcherListener from this SVGLoadEventDispatcher.

fireStartedEvent

protected void fireStartedEvent()
                         throws java.lang.InterruptedException
Fires a SVGLoadEventDispatcherEvent.

fireCompletedEvent

protected void fireCompletedEvent()
Fires a SVGLoadEventDispatcherEvent.

fireFailedEvent

protected void fireFailedEvent()
Fires a SVGLoadEventDispatcherEvent.

fireCancelledEvent

protected void fireCancelledEvent()
Fires a SVGLoadEventDispatcherEvent.


Copyright © 2002 Apache Software Foundation. All Rights Reserved.