multivalent.std
Class MediaLoader
public
class
MediaLoader
extends Behavior
Load documents in a new thread so GUI and other documents are still live.
Presently not in same thread, however.
Version: $Revision: 1.6 $ $Date: 2002/10/31 03:13:18 $
Method Summary |
void | load()
When run in a thread, parse as usual (while checking asynchronous stop flag),
then build with document-specific behaviors, finally call repaint() and send "fullformattedDocument" event. |
void | load(boolean bootstrap) |
void | setDocInfo(DocInfo loadme) |
public void load()
When run in a thread, parse as usual (while checking asynchronous stop flag),
then build with document-specific behaviors, finally call repaint() and send "fullformattedDocument" event.
public void load(boolean bootstrap)
public void setDocInfo(
DocInfo loadme)