com.esri.arcgis.framework
Interface IDDECommandHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GNetCommandHandler, IDDECommandHandlerProxy

public interface IDDECommandHandler
extends java.io.Serializable

COM Interface 'IDDECommandHandler'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that handle DDE commands.' 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 IIDb8352370_23e6_42fc_9b43_5e7536c13af9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canExecute(java.lang.String command)
          Indicates if the DDE command can be executed.
 void execute(java.lang.String command)
          Executes the DDE command.
 

Field Detail

IIDb8352370_23e6_42fc_9b43_5e7536c13af9

static final int IIDb8352370_23e6_42fc_9b43_5e7536c13af9
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

canExecute

boolean canExecute(java.lang.String command)
                   throws java.io.IOException,
                          AutomationException
Indicates if the DDE command can be executed.

Parameters:
command - The command (in)
Returns:
The canExecute
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

execute

void execute(java.lang.String command)
             throws java.io.IOException,
                    AutomationException
Executes the DDE command.

Parameters:
command - The command (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.