com.esri.adf.web.faces.event
Class ZoomOutToolAction

java.lang.Object
  extended by com.esri.adf.web.faces.event.ZoomOutToolAction
All Implemented Interfaces:
MapToolAction, ToolAction, Serializable

public class ZoomOutToolAction
extends Object
implements MapToolAction

See Also:
Serialized Form

Constructor Summary
ZoomOutToolAction()
           
 
Method Summary
 void execute(MapEvent args)
           The method called by the MapControl when the client invokes this tool action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoomOutToolAction

public ZoomOutToolAction()
Method Detail

execute

public void execute(MapEvent args)
             throws Exception
Description copied from interface: MapToolAction

The method called by the MapControl when the client invokes this tool action.

Tools get important information from the MapEvent such as the associated WebContext, the ClientActionArgs and a WebGeometry representing the shape drawn by the client on the screen. Please refer to the documentation for the MapEvent for more details.

Specified by:
execute in interface MapToolAction
Parameters:
args - the MapEvent to execute this tool
Throws:
Exception - if an error happens while executing the tool. The MapControl aborts processing the current event when this happens.