com.esri.adf.web.ags.data.edit
Interface ActionEventListener
- All Superinterfaces:
- java.util.EventListener, java.io.Serializable
- All Known Implementing Classes:
- SnapHandler
public interface ActionEventListener
- extends java.util.EventListener, java.io.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. |
onEvent
void onEvent(EditEvent event)
- Invokes the listener for the event.
- Parameters:
event - the event.