From: <aki...@us...> - 2012-06-17 14:25:32
|
Revision: 9192 http://gridarta.svn.sourceforge.net/gridarta/?rev=9192&view=rev Author: akirschbaum Date: 2012-06-17 14:25:26 +0000 (Sun, 17 Jun 2012) Log Message: ----------- Remove unused code. Removed Paths: ------------- trunk/src/app/net/sf/gridarta/gui/panel/selectedsquare/MapSquareSelectionListener.java Deleted: trunk/src/app/net/sf/gridarta/gui/panel/selectedsquare/MapSquareSelectionListener.java =================================================================== --- trunk/src/app/net/sf/gridarta/gui/panel/selectedsquare/MapSquareSelectionListener.java 2012-06-17 14:21:24 UTC (rev 9191) +++ trunk/src/app/net/sf/gridarta/gui/panel/selectedsquare/MapSquareSelectionListener.java 2012-06-17 14:25:26 UTC (rev 9192) @@ -1,44 +0,0 @@ -/* - * Gridarta MMORPG map editor for Crossfire, Daimonin and similar games. - * Copyright (C) 2000-2011 The Gridarta Developers. - * - * 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; either version 2 of the License, or - * (at your option) any later version. - * - * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -package net.sf.gridarta.gui.panel.selectedsquare; - -import java.util.EventListener; -import net.sf.gridarta.model.archetype.Archetype; -import net.sf.gridarta.model.gameobject.GameObject; -import net.sf.gridarta.model.maparchobject.MapArchObject; -import net.sf.gridarta.model.mapmodel.MapSquare; -import org.jetbrains.annotations.Nullable; - -/** - * Interface for listeners interested in {@link MapSquareSelection} related - * events. - * @author Andreas Kirschbaum - */ -public interface MapSquareSelectionListener<G extends GameObject<G, A, R>, A extends MapArchObject<A>, R extends Archetype<G, A, R>> extends EventListener { - - /** - * Called when the current selection has changed. - * @param mapSquare the selected map square - * @param gameObject the selected game object - * @param index the selected index - */ - void selectionChanged(@Nullable MapSquare<G, A, R> mapSquare, @Nullable G gameObject, int index); - -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |