org.apache.batik.util
Class DocumentLoadingEvent
java.lang.Object
|
+--org.apache.batik.util.DocumentEvent
|
+--org.apache.batik.util.DocumentLoadingEvent
- public class DocumentLoadingEvent
- extends DocumentEvent
This class encapsulates, as events, information about
document state that is either dynamic, transient, or
unfolding (as when state is discovered by background threads).
Method Summary |
java.lang.Exception |
getException()
Returns the exception that causes an error or null if the type
of the event is not LOAD_FAILED. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
START_LOADING
public static final int START_LOADING
LOADED
public static final int LOADED
DONE
public static final int DONE
LOAD_CANCELLED
public static final int LOAD_CANCELLED
LOAD_FAILED
public static final int LOAD_FAILED
ex
protected java.lang.Exception ex
DocumentLoadingEvent
public DocumentLoadingEvent(int t,
SVGOMDocument doc)
DocumentLoadingEvent
public DocumentLoadingEvent(int t,
SVGOMDocument doc,
java.lang.Exception ex)
getException
public java.lang.Exception getException()
- Returns the exception that causes an error or null if the type
of the event is not LOAD_FAILED.
Copyright © 2000 Apache Software Foundation. All Rights Reserved.