ilog.views.maps.beans.editor
Interface IlvPickCoordinateListener

All Superinterfaces:
EventListener

public interface IlvPickCoordinateListener
extends EventListener

Interface that specifies classes that manage Coordinate picking listening.

Since:
JViews 7.5
See Also:
IlvCoordinatePanelFactory, IlvPickCoordinateEvent

Method Summary
 void areaPicked(IlvPickCoordinateEvent e)
          This method will be called when the user picks an area on the map.
 void pointPicked(IlvPickCoordinateEvent e)
          This method will be called when the user picks a point on the map.
 

Method Detail

pointPicked

void pointPicked(IlvPickCoordinateEvent e)
This method will be called when the user picks a point on the map. The type of the event may be IlvPickCoordinateEvent.PICK_CANCELED

Parameters:
e - Event containing the coordinates picked.

areaPicked

void areaPicked(IlvPickCoordinateEvent e)
This method will be called when the user picks an area on the map. The type of the event may be IlvPickCoordinateEvent.PICK_CANCELED

Parameters:
e - Event containing the coordinates picked.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.