Uses of Class
es.prodevelop.gvsig.mobile.gui.tool.event.PointEvent

Packages that use PointEvent
es.prodevelop.gvsig.mobile.gui.tool.listener   
es.prodevelop.gvsig.mobile.gui.tool.listener.imterfaces   
 

Uses of PointEvent in es.prodevelop.gvsig.mobile.gui.tool.listener
 

Methods in es.prodevelop.gvsig.mobile.gui.tool.listener with parameters of type PointEvent
 void ZoomInRectListener.point(PointEvent event)
          This method is called when a drag event happens.
 void RectSelectionRectListener.point(PointEvent event)
          This method is called when a drag event happens.
 void PointSelectionPointListener.point(PointEvent event)
          This method will be called when the user clicks on the map and the select-by-point tool is active.
 void PointCoordinatesListener.point(PointEvent event)
          This method will be called when the user clicks on the map and the coordinates tool is active.
 void PanListener.point(PointEvent pevent)
          This method will be called on every point event.
 void InfoPointListener.point(PointEvent event)
          Point event that indicates the screen coordinates where the user has clicked to query for info.
 void DistanceAreaListener.point(PointEvent event)
          This method will be called when a point event happens.
 void CenterOnPointListener.point(PointEvent event)
          This method will be called when the user clicks on the user with this tool being the active tool.
 

Uses of PointEvent in es.prodevelop.gvsig.mobile.gui.tool.listener.imterfaces
 

Methods in es.prodevelop.gvsig.mobile.gui.tool.listener.imterfaces with parameters of type PointEvent
 void RectangleToolListener.point(PointEvent event)
          The rectangle event listener could also be interestd in point events.
 void PointToolListener.point(PointEvent event)
          The method that will be called when a relevant point event happens.