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:
java.io.Serializable
Direct Known Subclasses:
FeatureChangedEvent, FeatureCreatedEvent, FeatureRemovedEvent, FeatureSelectedEvent, FeatureUnselectedEvent, PostActionEvent, PreActionEvent, PreFeatureStoreEvent

public abstract class EditEvent
extends java.lang.Object
implements java.io.Serializable

Defines an editing event.

See Also:
Serialized Form

Constructor Summary
protected EditEvent(java.lang.String source)
          Instantiates an object of EditEvent.
 
Method Summary
 java.lang.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(java.lang.String source)
Instantiates an object of EditEvent.

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

getSource

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

Returns:
the source class.