-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;
*
* @author David ‘Bombe’ Roden <bombe@freenetproject.org>
*/
-public abstract class I18nAction extends AbstractAction implements I18nable, ActionListener {
+public abstract class I18nAction extends AbstractAction implements I18nable {
/** The I18n basename. */
private final String i18nName;
putValue(Action.LONG_DESCRIPTION, I18n.get(i18nName + ".longDescription"));
}
-}
+}
\ No newline at end of file