Package ucar.nc2.ui.geoloc
Class NewProjectionEvent
- java.lang.Object
-
- java.util.EventObject
-
- ucar.nc2.ui.geoloc.NewProjectionEvent
-
- All Implemented Interfaces:
Serializable
public class NewProjectionEvent extends EventObject
Used to notify listeners that there is a new Projection.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description NewProjectionEvent(Object source, ucar.unidata.geoloc.ProjectionImpl proj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ucar.unidata.geoloc.ProjectionImplgetProjection()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
NewProjectionEvent
public NewProjectionEvent(Object source, ucar.unidata.geoloc.ProjectionImpl proj)
-
-