File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
snaploader/src/main/java/electrostatic/snaploader/filesystem Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 * <p>
4242 * Warning: this listener interface is an essential component of
4343 * developing custom system loaders; as it requires freeing the native stream resources
44- * manually through the {@link ExtractionListener #onExtractionFinalization(FileExtractor, FileLocator)}.
44+ * manually through the {@link FileExtractionListener #onExtractionFinalization(FileExtractor, FileLocator)}.
4545 * If not freeing the resources with this interface was attained, then a try-with resources could be used.
4646 *
4747 * @author pavl_g
4848 */
49- public interface ExtractionListener {
49+ public interface FileExtractionListener {
5050
5151 /**
5252 * Dispatched when the extraction process is completed.
You can’t perform that action at this time.
0 commit comments