[freenet-cvs] r14998 - trunk/freenet/src/freenet/pluginmanager
toad at freenetproject.org
toad at freenetproject.org
Fri Sep 7 14:54:20 UTC 2007
Author: toad
Date: 2007-09-07 14:54:20 +0000 (Fri, 07 Sep 2007)
New Revision: 14998
Removed:
trunk/freenet/src/freenet/pluginmanager/FredPluginNotifyPublicPorts.java
Log:
Delete the interface. We will make a better one.
Deleted: trunk/freenet/src/freenet/pluginmanager/FredPluginNotifyPublicPorts.java
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/FredPluginNotifyPublicPorts.java 2007-09-07 14:33:05 UTC (rev 14997)
+++ trunk/freenet/src/freenet/pluginmanager/FredPluginNotifyPublicPorts.java 2007-09-07 14:54:20 UTC (rev 14998)
@@ -1,14 +0,0 @@
-/* This code is part of Freenet. It is distributed under the GNU General
- * Public License, version 2 (or at your option any later version). See
- * http://www.gnu.org/ for further details of the GPL. */
-package freenet.pluginmanager;
-
-/** A plugin which must be notified when fred's list of public ports changes.
- * @author amphibian */
-public interface FredPluginNotifyPublicPorts {
-
- /** Tell the plugin that our public ports list has changed. Called on startup and any time our ports
- * list changes. */
- public void onChangePublicPorts(int[] ports);
-
-}
More information about the cvs
mailing list