com.esri.arcgis.controls
Interface IEngineInkEnvironmentEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IEngineInkEnvironmentEventsAdapter, IEngineInkEnvironmentEventsProxy

public interface IEngineInkEnvironmentEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'IEngineInkEnvironmentEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to ink-related events.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDab42b953_dd43_4927_b410_c9083c0204cd
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDab42b953_dd43_4927_b410_c9083c0204cd

static final int IIDab42b953_dd43_4927_b410_c9083c0204cd
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onGesture

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStart

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStop

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.