X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altoslib%2FAltosMapTypeListener.java;fp=altoslib%2FAltosMapTypeListener.java;h=b82bda3f5b7f29b6b44bcd3137c4851b4d174524;hp=0000000000000000000000000000000000000000;hb=d81f94fd5339d513de9bde5a2e19f8eca526344f;hpb=204ae5142702044eb8ad2697a55028e904067958 diff --git a/altoslib/AltosMapTypeListener.java b/altoslib/AltosMapTypeListener.java new file mode 100644 index 00000000..b82bda3f --- /dev/null +++ b/altoslib/AltosMapTypeListener.java @@ -0,0 +1,22 @@ +/* + * Copyright © 2012 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 org.altusmetrum.altoslib_10; + +public interface AltosMapTypeListener { + public void map_type_changed(int map_type); +}