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

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

public class PreActionEvent
extends EditEvent

The action is about to perform.

See Also:
Serialized Form

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

PreActionEvent

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

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

getAction

public EditAction getAction()
Gets the action to perform.

Returns:
Returns the action.

getActionContext

public ActionContext getActionContext()
Gets the action context.

Returns:
Returns the action context.