edu.indiana.iucbrf.feature.event
Class FeatureCollectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by edu.indiana.iucbrf.feature.event.FeatureCollectionEvent
All Implemented Interfaces:
java.io.Serializable

public class FeatureCollectionEvent
extends java.util.EventObject

Indicates a change to a FeatureCollection.

See Also:
Serialized Form

Field Summary
static FeatureKey KEY_NOT_APPLICABLE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FeatureCollectionEvent(FeatureCollection feature_collection, FeatureKey key)
           
 
Method Summary
 FeatureCollection getFeatureCollection()
           
 FeatureKey getKey()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY_NOT_APPLICABLE

public static final FeatureKey KEY_NOT_APPLICABLE
Constructor Detail

FeatureCollectionEvent

public FeatureCollectionEvent(FeatureCollection feature_collection,
                              FeatureKey key)
Method Detail

getFeatureCollection

public FeatureCollection getFeatureCollection()

getKey

public FeatureKey getKey()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject