|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for coupling ToXgene with a reporting tool that provides feedback during a data generation session. Three kinds of messages are sent:
Note that fatal exceptional conditions are always reporter via
ToXgeneErrorException
exceptions.
Method Summary | |
void |
explain(java.lang.String message)
Receives an explanatory message that helps understand how ToXgene processes the template. |
void |
progress(java.lang.String message)
Receives a message indacting the progress of the processing of the template, such as notifications of the start/end of parsing. |
void |
warning(java.lang.String message)
Receives a warning message about a non-fatal exceptional situation during the processing of the template. |
Method Detail |
public void warning(java.lang.String message)
message
- a warning messagepublic void explain(java.lang.String message)
message
- an explanatory messagepublic void progress(java.lang.String message)
Some of the progress report messages are used to provide
feedback on the completion of a task. This is done by printing
"bakcspace" characters (i.e, '\b'
followed by the
percentage of the completion of the task. A more elaborate
progress indicator could be implemented by decoding these
messages.
message
- a progress report message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |