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

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

public class PreFeatureStoreEvent
extends EditEvent

The feature is about to store.

See Also:
Serialized Form

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

PreFeatureStoreEvent

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

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

getFeature

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

Returns:
Returns the feature.

getActionContext

public ActionContext getActionContext()
Gets the action context.

Returns:
Returns the actionContext.