X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fgui%2FFileScannerListener.java;h=63e2c3d0eaf13572039691dea3596e29f00a1f6b;hb=e47e15fdbb7515f5a3757c3f5df8c1d0950aee8e;hp=b8e373b49c314f042bbe187c9cac22f1899af7d4;hpb=6f1a8216cfba28add0ef365b46a08d16d4eb87fe;p=jSite.git diff --git a/src/de/todesbaum/jsite/gui/FileScannerListener.java b/src/de/todesbaum/jsite/gui/FileScannerListener.java index b8e373b..63e2c3d 100644 --- a/src/de/todesbaum/jsite/gui/FileScannerListener.java +++ b/src/de/todesbaum/jsite/gui/FileScannerListener.java @@ -1,6 +1,5 @@ /* - * jSite - a tool for uploading websites into Freenet - * Copyright (C) 2006 David Roden + * jSite - FileScannerListener.java - Copyright © 2006–2012 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,8 +20,21 @@ package de.todesbaum.jsite.gui; import java.util.EventListener; +/** + * Listener interface for objects that want to be notified when scanning a + * project’s local path has finished. + * + * @see FileScanner + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> + */ public interface FileScannerListener extends EventListener { + /** + * Notifies a listener that scanning a project’s local path has finished. + * + * @param fileScanner + * The file scanner that finished + */ public void fileScannerFinished(FileScanner fileScanner); } \ No newline at end of file