public class

VerboseProgressCallback

extends NullProgressCallback
java.lang.Object
   ↳ org.mybatis.generator.internal.NullProgressCallback
     ↳ org.mybatis.generator.api.VerboseProgressCallback

Summary

Public Constructors
VerboseProgressCallback()
Public Methods
void startTask(String taskName)
Called to denote the beginning of a save task
[Expand]
Inherited Methods
From class org.mybatis.generator.internal.NullProgressCallback
From class java.lang.Object
From interface org.mybatis.generator.api.ProgressCallback

Public Constructors

public VerboseProgressCallback ()

Public Methods

public void startTask (String taskName)

Called to denote the beginning of a save task

Parameters
taskName a descriptive name of the current work step