SLF4J Migrator 1.7.2-redhat-1

org.slf4j.migrator.internal
Interface ProgressListener

All Known Implementing Classes:
ProgressListenerImpl

public interface ProgressListener


Method Summary
 void onDirectory(File file)
           
 void onDone()
           
 void onFileAddition(File file)
           
 void onFileScan(File file)
           
 void onFileScanBegin()
           
 void onInplaceConversion(File file)
           
 void onMigrationBegin()
           
 

Method Detail

onMigrationBegin

void onMigrationBegin()

onDirectory

void onDirectory(File file)

onFileAddition

void onFileAddition(File file)

onFileScanBegin

void onFileScanBegin()

onFileScan

void onFileScan(File file)

onInplaceConversion

void onInplaceConversion(File file)

onDone

void onDone()

SLF4J Migrator 1.7.2-redhat-1

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