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

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

public class FeatureRemovedEvent
extends EditEvent

The feature has been removed.

See Also:
Serialized Form

Constructor Summary
FeatureRemovedEvent(String source, com.esri.arcgis.geodatabase.IFeature feature, ActionContext context)
          Instantiates an object of FeatureRemovedEvent.
 
Method Summary
 ActionContext getActionContext()
          Gets the action context.
 com.esri.arcgis.geodatabase.IFeature getFeature()
          Gets the removed feature.
 
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

FeatureRemovedEvent

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

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

getFeature

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

Returns:
Returns the feature.

getActionContext

public ActionContext getActionContext()
Gets the action context.

Returns:
Returns the action context.