ucar.unidata.view.geoloc
Class NewProjectionEvent
java.lang.Object
java.util.EventObject
ucar.unidata.view.geoloc.NewProjectionEvent
- All Implemented Interfaces:
- Serializable
public class NewProjectionEvent
- extends EventObject
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:
- Serialized Form
|
Constructor Summary |
NewProjectionEvent(Object source,
ucar.unidata.geoloc.ProjectionImpl proj)
Create an event for a new projection |
|
Method Summary |
ucar.unidata.geoloc.ProjectionImpl |
getProjection()
Get the new projection this event is declaring. |
NewProjectionEvent
public NewProjectionEvent(Object source,
ucar.unidata.geoloc.ProjectionImpl proj)
- Create an event for a new projection
- Parameters:
source - source of eventproj - new projection
getProjection
public ucar.unidata.geoloc.ProjectionImpl getProjection()
- Get the new projection this event is declaring.
- Returns:
- new projection