abstract
void
|
checkCancel()
The method is called periodically during a long running method.
|
abstract
void
|
done()
This method is called when all generated files have been saved
|
abstract
void
|
generationStarted(int totalTasks)
Called to note the start of the generation phase, and to note the maximum
number of startTask messages that will be sent for the generation phase.
|
abstract
void
|
introspectionStarted(int totalTasks)
Called to note the start of the introspection phase, and to note the
maximum number of startTask messages that will be sent for the
introspection phase.
|
abstract
void
|
saveStarted(int totalTasks)
Called to note the start of the file saving phase, and to note the
maximum number of startTask messages that will be sent for the file
saving phase phase.
|
abstract
void
|
startTask(String taskName)
Called to denote the beginning of a save task
|