|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.engine.api.DefaultStatusHandler
public class DefaultStatusHandler
default implementation for a status handler. Writes all status information to console.
Constructor Summary | |
---|---|
DefaultStatusHandler()
|
Method Summary | |
---|---|
void |
finish()
does cleanup work |
void |
initialize()
initialize the status handler. |
void |
showStatus(java.lang.String s)
showa the status string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultStatusHandler()
Method Detail |
---|
public void initialize()
IStatusHandler
initialize
in interface IStatusHandler
public void finish()
IStatusHandler
finish
in interface IStatusHandler
public void showStatus(java.lang.String s)
IStatusHandler
showStatus
in interface IStatusHandler
s
- the status string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |