org.mybatis.generator.api
Class VerboseProgressCallback

java.lang.Object
  extended by org.mybatis.generator.internal.NullProgressCallback
      extended by org.mybatis.generator.api.VerboseProgressCallback
All Implemented Interfaces:
ProgressCallback

public class VerboseProgressCallback
extends NullProgressCallback

Author:
Jeff Butler

Constructor Summary
VerboseProgressCallback()
           
 
Method Summary
 void startTask(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

VerboseProgressCallback

public VerboseProgressCallback()
Method Detail

startTask

public void startTask(String taskName)
Description copied from interface: ProgressCallback
Called to denote the beginning of a save task

Specified by:
startTask in interface ProgressCallback
Overrides:
startTask in class NullProgressCallback
Parameters:
taskName - a descriptive name of the current work step


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.