|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatusHandler
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 |
---|
void initialize()
void showStatus(java.lang.String s)
s
- the status stringvoid finish()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |