|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.layout.output.PerformanceProgressLogger
public class PerformanceProgressLogger
Todo: Document me!
Date: 27.03.2010 Time: 17:25:27
Constructor Summary | |
---|---|
PerformanceProgressLogger()
|
|
PerformanceProgressLogger(boolean logLevelProgress,
boolean logPageProgress,
boolean logRowProgress)
|
Method Summary | |
---|---|
void |
reportProcessingFinished(ReportProgressEvent event)
Receives a notification that the report processing was finished. |
void |
reportProcessingStarted(ReportProgressEvent event)
Receives a notification that the report processing has started. |
void |
reportProcessingUpdate(ReportProgressEvent event)
Receives a notification that the report processing made some progress. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PerformanceProgressLogger()
public PerformanceProgressLogger(boolean logLevelProgress, boolean logPageProgress, boolean logRowProgress)
Method Detail |
---|
public void reportProcessingStarted(ReportProgressEvent event)
reportProcessingStarted
in interface ReportProgressListener
event
- the start event.public void reportProcessingUpdate(ReportProgressEvent event)
reportProcessingUpdate
in interface ReportProgressListener
event
- the update event.public void reportProcessingFinished(ReportProgressEvent event)
reportProcessingFinished
in interface ReportProgressListener
event
- the finish event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |