anl.aida.gis
Interface LocationChangedListener
- All Known Implementing Classes:
- FeaturePropertyFinder
public interface LocationChangedListener
Interface for classes that want to listen to gis location changed events.
Method Summary |
void |
locationChanged(com.vividsolutions.jts.geom.Point pt)
Called when the location changed. |
locationChanged
void locationChanged(com.vividsolutions.jts.geom.Point pt)
- Called when the location changed. If pt is null,
then location is in someway incoherent. For example,
if the mouse moved off of the map entirely.
- Parameters:
pt
- the new location