org.slf4j.migrator.internal
Class ProgressListenerImpl
java.lang.Object
org.slf4j.migrator.internal.ProgressListenerImpl
- All Implemented Interfaces:
- ProgressListener
public class ProgressListenerImpl
- extends Object
- implements ProgressListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressListenerImpl
public ProgressListenerImpl(File projectFolder,
MigratorFrame frame)
onMigrationBegin
public void onMigrationBegin()
- Specified by:
onMigrationBegin in interface ProgressListener
onDirectory
public void onDirectory(File file)
- Specified by:
onDirectory in interface ProgressListener
onDone
public void onDone()
- Specified by:
onDone in interface ProgressListener
onFileAddition
public void onFileAddition(File file)
- Specified by:
onFileAddition in interface ProgressListener
onFileScan
public void onFileScan(File file)
- Specified by:
onFileScan in interface ProgressListener
onInplaceConversion
public void onInplaceConversion(File file)
- Specified by:
onInplaceConversion in interface ProgressListener
onFileScanBegin
public void onFileScanBegin()
- Specified by:
onFileScanBegin in interface ProgressListener
Copyright © 2005-2008 QOS.ch. All Rights Reserved.