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
voidload()
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.
voidload(boolean bootstrap)
voidsetDocInfo(DocInfo loadme)

Method Detail

load

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.

load

public void load(boolean bootstrap)

setDocInfo

public void setDocInfo(DocInfo loadme)