Revert "implement action listener interface"
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 2 Jun 2008 14:06:04 +0000 (16:06 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 2 Jun 2008 14:06:04 +0000 (16:06 +0200)
This reverts commit 82f03fbb9c4ee6d2b79113a8d72b10fe4a45863d.

src/net/pterodactylus/jsite/i18n/gui/I18nAction.java

index d83cd7f..8904368 100644 (file)
@@ -1,6 +1,5 @@
-package net.pterodactylus.jsite.i18n.gui;
 
-import java.awt.event.ActionListener;
+package net.pterodactylus.jsite.i18n.gui;
 
 import javax.swing.AbstractAction;
 import javax.swing.Action;
@@ -14,7 +13,7 @@ import net.pterodactylus.jsite.i18n.I18nable;
  * 
  * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
  */
-public abstract class I18nAction extends AbstractAction implements I18nable, ActionListener {
+public abstract class I18nAction extends AbstractAction implements I18nable {
 
        /** The I18n basename. */
        private final String i18nName;
@@ -87,4 +86,4 @@ public abstract class I18nAction extends AbstractAction implements I18nable, Act
                putValue(Action.LONG_DESCRIPTION, I18n.get(i18nName + ".longDescription"));
        }
 
-}
+}
\ No newline at end of file