com.esri.adf.web.ags.data.edit.event
Class FeatureChangedEvent

java.lang.Object
  extended by com.esri.adf.web.ags.data.edit.EditEvent
      extended by com.esri.adf.web.ags.data.edit.event.FeatureChangedEvent
All Implemented Interfaces:
Serializable

public class FeatureChangedEvent
extends EditEvent

The shape or attributes of the feature has been changed.

See Also:
Serialized Form

Constructor Summary
FeatureChangedEvent(String source, com.esri.arcgis.geodatabase.IFeature feature, ActionContext context)
          Instantiates an object of FeatureChangedEvent.
 
Method Summary
 ActionContext getActionContext()
          Gets the action context.
 com.esri.arcgis.geodatabase.IFeature getFeature()
          Gets the feature to change.
 
Methods inherited from class com.esri.adf.web.ags.data.edit.EditEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureChangedEvent

public FeatureChangedEvent(String source,
                           com.esri.arcgis.geodatabase.IFeature feature,
                           ActionContext context)
Instantiates an object of FeatureChangedEvent.

Parameters:
source - the event source
feature - the changed feature.
context - the action context.
Method Detail

getFeature

public com.esri.arcgis.geodatabase.IFeature getFeature()
Gets the feature to change.

Returns:
Returns the feature.

getActionContext

public ActionContext getActionContext()
Gets the action context.

Returns:
Returns the action context.