|
|||||||||
Home >> All >> com >> eireneh >> bible >> control >> [ map overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.eireneh.bible.control.map
Interface MapListener

- All Superinterfaces:
- java.util.EventListener
- public interface MapListener
- extends java.util.EventListener
Implement MapListener and call Map.addMapListener() to recieve MapEvents whenever the map changes.
Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. 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. The License is available on the internet here, by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, Or locally at the Licence link below. The copyright to this program is held by it's authors. |
- Version:
- D7.I6.T2
Method Summary | |
void |
mapChanged(MapEvent ev)
This method is called to indicate that a node on the map has moved. |
void |
mapRewritten(MapEvent ev)
This method is called to indicate that the whole map has changed |
Method Detail |
mapChanged
public void mapChanged(MapEvent ev)
- This method is called to indicate that a node on the map has
moved.
mapRewritten
public void mapRewritten(MapEvent ev)
- This method is called to indicate that the whole map has changed
|
|||||||||
Home >> All >> com >> eireneh >> bible >> control >> [ map overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |