Package com.esri.adf.web.ags.data.edit.event

Provides classes for dealing with the events fired by the Editing controls.

See:
          Description

Class Summary
FeatureChangedEvent The shape or attributes of the feature has been changed.
FeatureCreatedEvent A new feature has been created.
FeatureRemovedEvent The feature has been removed.
FeatureSelectedEvent The feature has been selected.
FeatureUnselectedEvent The feature has been unselected.
PostActionEvent The action has been performed.
PreActionEvent The action is about to perform.
PreFeatureStoreEvent The feature is about to store.
 

Package com.esri.adf.web.ags.data.edit.event Description

Provides classes for dealing with the events fired by the Editing controls. The classes in this package implement EditEvent.

See Also:
EditEvent