ucar.unidata.view.geoloc
Class CursorMoveEvent
java.lang.Object
java.util.EventObject
ucar.unidata.view.geoloc.CursorMoveEvent
- All Implemented Interfaces:
- Serializable
public class CursorMoveEvent
- extends EventObject
Cursor has moved to a new location.
- Version:
- $Id: CursorMoveEvent.java,v 1.8 2005/05/13 18:33:10 jeffmc Exp $
- Author:
- John Caron
- See Also:
- Serialized Form
CursorMoveEvent
public CursorMoveEvent(Object source,
Point2D world)
- Create a new CursorMoveEvent
- Parameters:
source - source of eventworld - world coordinates
getLocation
public Point2D getLocation()
- Get the location of the event.
- Returns:
- the location