X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosUIListener.java;fp=altosui%2FAltosUIListener.java;h=0000000000000000000000000000000000000000;hb=670034eef48d63cdaec8d271fa93da984ffe2ea9;hp=7ee62afc72ef956b27c057ecfa0b48ddc21ba935;hpb=8c5ebaf88b459b09924753a8077393a7b0639133;p=fw%2Faltos diff --git a/altosui/AltosUIListener.java b/altosui/AltosUIListener.java deleted file mode 100644 index 7ee62afc..00000000 --- a/altosui/AltosUIListener.java +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright © 2011 Keith Packard - * - * 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 - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. - */ - -package altosui; - -public interface AltosUIListener { - public void ui_changed(String look_and_feel); -}