public interface ProgressListener
Modifier and Type | Method and Description |
---|---|
void |
collected(int day,
ModelElement modelElement,
long rc)
Rows have been collected.
|
void |
collectionJobEnqueued(int day,
ModelElement modelElement)
A collection-job has been enqueued.
|
void |
collectionJobStarted(int day,
ModelElement modelElement)
Collection of rows has been started.
|
void |
exported(Table table,
long rc)
Rows have been exported.
|
void |
newStage(java.lang.String stage,
boolean isErrorStage,
boolean isFinalStage)
New stage has begun.
|
void |
prepareExport()
Export is ready.
|
void collectionJobEnqueued(int day, ModelElement modelElement)
day
- the daymodelElement
- the association or table to be resolvedvoid collectionJobStarted(int day, ModelElement modelElement)
day
- the daymodelElement
- the association or table to be resolvedvoid collected(int day, ModelElement modelElement, long rc)
day
- the daymodelElement
- the association or table which has been resolvedrc
- the number of rows which have been collectedvoid exported(Table table, long rc)
table
- the table from which the rows have been exportedrc
- the number of rowsvoid newStage(java.lang.String stage, boolean isErrorStage, boolean isFinalStage)
stage
- the stagevoid prepareExport() throws CancellationException
CancellationException