Package ucar.unidata.view.geoloc
Class CursorMoveEvent
java.lang.Object
java.util.EventObject
ucar.unidata.view.geoloc.CursorMoveEvent
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
CursorMoveEvent
Create a new CursorMoveEvent- Parameters:
source
- source of eventworld
- world coordinates
-
-
Method Details
-
getLocation
Get the location of the event.- Returns:
- the location
-