public class SVGLoadEventDispatcher extends HaltingThread
| Modifier and Type | Field | Description |
|---|---|---|
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 org.w3c.dom.svg.SVGDocument |
svgDocument |
The SVG document to give to the bridge.
|
protected UpdateManager |
updateManager |
The update manager.
|
beenHalted| Constructor | Description |
|---|---|
SVGLoadEventDispatcher(GraphicsNode gn,
org.w3c.dom.svg.SVGDocument doc,
BridgeContext bc,
UpdateManager um) |
Creates a new SVGLoadEventDispatcher.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l) |
Adds a SVGLoadEventDispatcherListener to this SVGLoadEventDispatcher.
|
void |
fireEvent(EventDispatcher.Dispatcher dispatcher,
java.lang.Object event) |
|
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.
|
clearHalted, halt, haltThread, haltThread, hasBeenHalted, hasBeenHalted, isHaltedequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected org.w3c.dom.svg.SVGDocument svgDocument
protected GraphicsNode root
protected BridgeContext bridgeContext
protected UpdateManager updateManager
protected java.util.List listeners
protected java.lang.Exception exception
public SVGLoadEventDispatcher(GraphicsNode gn, org.w3c.dom.svg.SVGDocument doc, BridgeContext bc, UpdateManager um)
public void run()
run in class java.lang.Threadpublic UpdateManager getUpdateManager()
public java.lang.Exception getException()
public void addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l)
public void removeSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l)
public void fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.