Package org.slf4j.migrator.internal
Interface ProgressListener
- All Known Implementing Classes:
ProgressListenerImpl
public interface ProgressListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDirectory
(File file) void
onDone()
void
onFileAddition
(File file) void
onFileScan
(File file) void
void
onInplaceConversion
(File file) void
-
Method Details
-
onMigrationBegin
void onMigrationBegin() -
onDirectory
-
onFileAddition
-
onFileScanBegin
void onFileScanBegin() -
onFileScan
-
onInplaceConversion
-
onDone
void onDone()
-