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

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

public class PostActionEvent
extends EditEvent

The action has been performed.

See Also:
Serialized Form

Constructor Summary
PostActionEvent(String source, EditAction action, ActionContext context)
          Instantiates an object of PostActionEvent.
 
Method Summary
 EditAction getAction()
          Gets the performed action.
 ActionContext getActionContext()
          Gets the action context.
 
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

PostActionEvent

public PostActionEvent(String source,
                       EditAction action,
                       ActionContext context)
Instantiates an object of PostActionEvent.

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

getAction

public EditAction getAction()
Gets the performed action.

Returns:
Returns the action.

getActionContext

public ActionContext getActionContext()
Gets the action context.

Returns:
Returns the actionContext.