public class ProgressListenerRegistry
extends java.lang.Object
ProgressListener
.Constructor and Description |
---|
ProgressListenerRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addProgressListener(ProgressListener theProgressListener)
Adds a
ProgressListener . |
void |
fireCollected(int day,
ModelElement modelElement,
long numberOfRows) |
void |
fireCollectionJobEnqueued(int day,
ModelElement modelElement) |
void |
fireCollectionJobStarted(int day,
ModelElement modelElement) |
void |
fireExported(Table table,
long rc) |
void |
fireNewStage(java.lang.String stage,
boolean isErrorStage,
boolean isFinalStage) |
void |
firePrepareExport() |
public void addProgressListener(ProgressListener theProgressListener)
ProgressListener
.theProgressListener
- to addpublic void fireCollectionJobEnqueued(int day, ModelElement modelElement)
public void fireCollectionJobStarted(int day, ModelElement modelElement)
public void fireCollected(int day, ModelElement modelElement, long numberOfRows)
public void fireExported(Table table, long rc)
public void fireNewStage(java.lang.String stage, boolean isErrorStage, boolean isFinalStage)
public void firePrepareExport() throws CancellationException
CancellationException