com.esri.adf.web.ags.data.edit
Interface ActionEventListener

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
SnapHandler

public interface ActionEventListener
extends EventListener, Serializable

A interface that all editing event listener implementations must follow. You need to implement the interface to change the display of attributes.


Method Summary
 void onEvent(EditEvent event)
          Invokes the listener for the event.
 

Method Detail

onEvent

void onEvent(EditEvent event)
Invokes the listener for the event.

Parameters:
event - the event.