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, ProjectionImpl proj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectionImpl
getProjection()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
NewProjectionEvent
public NewProjectionEvent(Object source, ProjectionImpl proj)
-
-
Method Detail
-
getProjection
public ProjectionImpl getProjection()
-
-