com.esri.adf.web.ags.data.edit
Class EditEvent

java.lang.Object
  extended by com.esri.adf.web.ags.data.edit.EditEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FeatureChangedEvent, FeatureCreatedEvent, FeatureRemovedEvent, FeatureSelectedEvent, FeatureUnselectedEvent, PostActionEvent, PreActionEvent, PreFeatureStoreEvent

public abstract class EditEvent
extends Object
implements Serializable

Defines an editing event.

See Also:
Serialized Form

Constructor Summary
protected EditEvent(String source)
          Instantiates an object of EditEvent.
 
Method Summary
 String getSource()
          Gets the source of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditEvent

protected EditEvent(String source)
Instantiates an object of EditEvent.

Parameters:
source - the source of the event.
Method Detail

getSource

public String getSource()
Gets the source of the event.

Returns:
the source class.