net.agmodel.utilBean
Class GeographicalAreaEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.agmodel.utilBean.GeographicalAreaEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MapDisplayEvent

public class GeographicalAreaEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GeographicalAreaEvent(Object source, GeographicalArea newArea)
           
 
Method Summary
 GeographicalArea getArea()
           
 GeographicalBox getBoundingBox()
           
 
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

GeographicalAreaEvent

public GeographicalAreaEvent(Object source,
                             GeographicalArea newArea)
Method Detail

getArea

public GeographicalArea getArea()

getBoundingBox

public GeographicalBox getBoundingBox()