SLF4J Migrator 1.7.2-redhat-1

org.slf4j.migrator.internal
Class ProgressListenerImpl

java.lang.Object
  extended by org.slf4j.migrator.internal.ProgressListenerImpl
All Implemented Interfaces:
ProgressListener

public class ProgressListenerImpl
extends Object
implements ProgressListener


Constructor Summary
ProgressListenerImpl(File projectFolder, MigratorFrame frame)
           
 
Method Summary
 void onDirectory(File file)
           
 void onDone()
           
 void onFileAddition(File file)
           
 void onFileScan(File file)
           
 void onFileScanBegin()
           
 void onInplaceConversion(File file)
           
 void onMigrationBegin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressListenerImpl

public ProgressListenerImpl(File projectFolder,
                            MigratorFrame frame)
Method Detail

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

SLF4J Migrator 1.7.2-redhat-1

Copyright © 2005-2013 JBoss by Red Hat. All Rights Reserved.