com.esri.arcgis.editor
Class IEditToolEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.editor.IEditToolEventsAdapter
All Implemented Interfaces:
IEditToolEvents, java.io.Serializable, java.util.EventListener

public class IEditToolEventsAdapter
extends java.lang.Object
implements IEditToolEvents

Adapter for COM Event Interface 'com.esri.arcgis.editor.IEditToolEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.editor.IEditToolEvents
IID, IID20c9bb7a_2035_4454_a17b_a812b6e400b6, xxDummy
 
Constructor Summary
IEditToolEventsAdapter()
           
 
Method Summary
 void onBeginMove(IEditToolEventsOnBeginMoveEvent theEvent)
          Called when the mouse button is first depressed.
 void onFinishMove(IEditToolEventsOnFinishMoveEvent theEvent)
          Called when the left mouse button is released.
 void onMove(IEditToolEventsOnMoveEvent theEvent)
          Called when mouse moves while left mouse button is depressed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEditToolEventsAdapter

public IEditToolEventsAdapter()
Method Detail

onBeginMove

public void onBeginMove(IEditToolEventsOnBeginMoveEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
Called when the mouse button is first depressed.

Specified by:
onBeginMove in interface IEditToolEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onMove

public void onMove(IEditToolEventsOnMoveEvent theEvent)
            throws java.io.IOException,
                   AutomationException
Called when mouse moves while left mouse button is depressed.

Specified by:
onMove in interface IEditToolEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onFinishMove

public void onFinishMove(IEditToolEventsOnFinishMoveEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Called when the left mouse button is released.

Specified by:
onFinishMove in interface IEditToolEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.