X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fgui%2FFileScannerListener.java;h=343d0d60435365e67332ecbfd990d83674caa752;hb=a6bda7a82aa1b2cfd0313fb28d3dcca68ca516c5;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..343d0d6 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–2011 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