Package ucar.unidata.view.geoloc
Class NewProjectionEvent
java.lang.Object
java.util.EventObject
ucar.unidata.view.geoloc.NewProjectionEvent
- All Implemented Interfaces:
Serializable
Used to notify listeners that there is a new Projection.
- Version:
- $Id: NewProjectionEvent.java,v 1.11 2005/05/13 18:33:14 jeffmc Exp $
- Author:
- John Caron
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionNewProjectionEvent
(Object source, ucar.unidata.geoloc.ProjectionImpl proj) Create an event for a new projection -
Method Summary
Modifier and TypeMethodDescriptionucar.unidata.geoloc.ProjectionImpl
Get the new projection this event is declaring.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
NewProjectionEvent
Create an event for a new projection- Parameters:
source
- source of eventproj
- new projection
-
-
Method Details
-
getProjection
public ucar.unidata.geoloc.ProjectionImpl getProjection()Get the new projection this event is declaring.- Returns:
- new projection
-