|
Flying Saucer Project Release ${app.version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentListener
Implementations of this listener interface receive notifications about various document and layout events. Events are called on the Event Dispatch Thread, and will block any EDT activity until the methods return; make sure you do as little as possible in each method, or where necessary, spin the task off to a separate thread.
Method Summary | |
---|---|
void |
documentLoaded()
Indicates document layout has complete, e.g. |
void |
documentStarted()
Indicates document has been requested (e.g. |
void |
onLayoutException(java.lang.Throwable t)
Called when document layout failed with an exception. |
void |
onRenderException(java.lang.Throwable t)
Called when document render failed with an exception. |
Method Detail |
---|
void documentStarted()
void documentLoaded()
void onLayoutException(java.lang.Throwable t)
Throwable
objects thrown (except for
ThreadDeath
) during layout and not otherwise handled will
be provided to this method. If a DocumentListener
has been
defined an XHTML panel, the listener is entirely responsible for
handling the exception. No other action will be taken.
void onRenderException(java.lang.Throwable t)
Throwable
objects thrown (except for
ThreadDeath
) during render and not otherwise handled will
be provided to this method. If a DocumentListener
has been
defined an XHTML panel, the listener is entirely responsible for
handling the exception. No other action will be taken.
|
Flying Saucer Project Release ${app.version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |