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