|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that defines several status handler callback functions. A status handler allows the application developer to use function showStatus in JavaScript, passing in a string argument. The actual implementation of the showStatus function is provided by the application developer.
If a status handler is defined, engine may use it to write status information.
Method Summary | |
void |
finish()
does cleanup work |
void |
initialize()
initialize the status handler. |
void |
showStatus(java.lang.String s)
showa the status string |
Method Detail |
public void initialize()
public void showStatus(java.lang.String s)
s
- the status stringpublic void finish()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |