public class FeatureEvent
extends java.lang.Object
Feature, 
FeatureEventType| Constructor and Description | 
|---|
FeatureEvent(java.util.Collection features,
            FeatureEventType type,
            Layer layer,
            java.util.Collection oldFeatureClones)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection | 
getFeatures()  | 
Layer | 
getLayer()  | 
java.util.Collection | 
getOldFeatureAttClones()  | 
java.util.Collection | 
getOldFeatureClones()  | 
FeatureEventType | 
getType()  | 
public FeatureEvent(java.util.Collection features,
            FeatureEventType type,
            Layer layer,
            java.util.Collection oldFeatureClones)
oldFeatureClones - for GEOMETRY_MODIFIED events, clones of the Features before
 they were modified; null for other eventspublic Layer getLayer()
public FeatureEventType getType()
public java.util.Collection getFeatures()
public java.util.Collection getOldFeatureClones()
public java.util.Collection getOldFeatureAttClones()