com.esri.adf.web.faces.event
Interface ToolAction

All Superinterfaces:
Serializable
All Known Subinterfaces:
MapToolAction
All Known Implementing Classes:
ButtonControl, PanToolAction, ZoomInToolAction, ZoomOutToolAction

public interface ToolAction
extends Serializable

The ToolAction is a marker interface to represent server side tool actions supported by ADF web controls.

Currently the MapToolAction extends this interface to represent the tools supported by the MapControl. Future tools will also be subtypes of this interface.