ucar.unidata.view.geoloc
Class NewProjectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
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.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewProjectionEvent

public NewProjectionEvent(Object source,
                          ucar.unidata.geoloc.ProjectionImpl proj)
Create an event for a new projection

Parameters:
source - source of event
proj - new projection
Method Detail

getProjection

public ucar.unidata.geoloc.ProjectionImpl getProjection()
Get the new projection this event is declaring.

Returns:
new projection