com.esri.arcgis.controls
Class IEngineInkEnvironmentEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.controls.IEngineInkEnvironmentEventsAdapter
All Implemented Interfaces:
IEngineInkEnvironmentEvents, java.io.Serializable, java.util.EventListener

public class IEngineInkEnvironmentEventsAdapter
extends java.lang.Object
implements IEngineInkEnvironmentEvents

Adapter for COM Event Interface 'com.esri.arcgis.controls.IEngineInkEnvironmentEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.controls.IEngineInkEnvironmentEvents
IID, IIDab42b953_dd43_4927_b410_c9083c0204cd, xxDummy
 
Constructor Summary
IEngineInkEnvironmentEventsAdapter()
           
 
Method Summary
 void onGesture(IEngineInkEnvironmentEventsOnGestureEvent theEvent)
          Occurs when an ink gesture is made.
 void onStart(IEngineInkEnvironmentEventsOnStartEvent theEvent)
          Occurs when an ink collection is started.
 void onStop(IEngineInkEnvironmentEventsOnStopEvent theEvent)
          Occurs when an ink collection is halted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEngineInkEnvironmentEventsAdapter

public IEngineInkEnvironmentEventsAdapter()
Method Detail

onGesture

public void onGesture(IEngineInkEnvironmentEventsOnGestureEvent theEvent)
               throws java.io.IOException,
                      AutomationException
Occurs when an ink gesture is made. Only available on TabletPC devices.

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

onStart

public void onStart(IEngineInkEnvironmentEventsOnStartEvent theEvent)
             throws java.io.IOException,
                    AutomationException
Occurs when an ink collection is started.

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

onStop

public void onStop(IEngineInkEnvironmentEventsOnStopEvent theEvent)
            throws java.io.IOException,
                   AutomationException
Occurs when an ink collection is halted.

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