org.gvsig.raster.georeferencing.app.georeferencingclient.listener
Class PointListListener

java.lang.Object
  extended by org.gvsig.raster.georeferencing.app.georeferencingclient.listener.PointListListener
All Implemented Interfaces:
org.gvsig.raster.georeferencing.swing.model.GCPListener

public class PointListListener
extends java.lang.Object
implements org.gvsig.raster.georeferencing.swing.model.GCPListener

Listener for the list of points. The operations over the list of points can be listened from different components in the application, table of points, tools and so on. Note: For the moment only the events thrown from the view are listened owing to the table has its own listener in ApplicationControlsListener

Author:
Nacho Brodin (nachobrodin@gmail.com)

Constructor Summary
PointListListener(Georeferencing app)
           
 
Method Summary
 void addPoint(org.gvsig.raster.georeferencing.swing.model.GCPEvent event)
           
 void modifyPoint(org.gvsig.raster.georeferencing.swing.model.GCPEvent event)
           
 void removePoint(org.gvsig.raster.georeferencing.swing.model.GCPEvent event)
           
 void selectPoint(org.gvsig.raster.georeferencing.swing.model.GCPEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointListListener

public PointListListener(Georeferencing app)
Method Detail

addPoint

public void addPoint(org.gvsig.raster.georeferencing.swing.model.GCPEvent event)
Specified by:
addPoint in interface org.gvsig.raster.georeferencing.swing.model.GCPListener

modifyPoint

public void modifyPoint(org.gvsig.raster.georeferencing.swing.model.GCPEvent event)
Specified by:
modifyPoint in interface org.gvsig.raster.georeferencing.swing.model.GCPListener

removePoint

public void removePoint(org.gvsig.raster.georeferencing.swing.model.GCPEvent event)
Specified by:
removePoint in interface org.gvsig.raster.georeferencing.swing.model.GCPListener

selectPoint

public void selectPoint(org.gvsig.raster.georeferencing.swing.model.GCPEvent event)
Specified by:
selectPoint in interface org.gvsig.raster.georeferencing.swing.model.GCPListener


Copyright © 2013-2014 gvSIG Association. All Rights Reserved.