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

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

public class FeatureUnselectedEvent
extends EditEvent

The feature has been unselected.

See Also:
Serialized Form

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

FeatureUnselectedEvent

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

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

getFeature

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

Returns:
Returns the feature.

getActionContext

public ActionContext getActionContext()
Gets the action context.

Returns:
Returns the action context.