|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mybatis.generator.internal.NullProgressCallback
org.mybatis.generator.api.VerboseProgressCallback
public class VerboseProgressCallback
Constructor Summary | |
---|---|
VerboseProgressCallback()
|
Method Summary | |
---|---|
void |
startTask(java.lang.String taskName)
Called to denote the beginning of a save task |
Methods inherited from class org.mybatis.generator.internal.NullProgressCallback |
---|
checkCancel, done, generationStarted, introspectionStarted, saveStarted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerboseProgressCallback()
Method Detail |
---|
public void startTask(java.lang.String taskName)
ProgressCallback
startTask
in interface ProgressCallback
startTask
in class NullProgressCallback
taskName
- a descriptive name of the current work step
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |