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

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

public class FeatureSelectedEvent
extends EditEvent

The feature has been selected.

See Also:
Serialized Form

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

FeatureSelectedEvent

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

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

getFeature

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

Returns:
Returns the feature.

getActionContext

public ActionContext getActionContext()
Gets the action context.

Returns:
Returns the action context.