com.esri.arcgis.trackinganalyst
Class IVisualBasicActionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IVisualBasicActionProxy
All Implemented Interfaces:
IVisualBasicAction, java.io.Externalizable, java.io.Serializable

public class IVisualBasicActionProxy
extends com.esri.arcgis.interop.Dispatch
implements IVisualBasicAction, java.io.Serializable

Internal use class Proxy for COM Interface 'IVisualBasicAction'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods needed to manage custom Visual Basic actions.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.IVisualBasicAction
IID, IID2838435b_7748_4733_87cf_2b0469eb3964
 
Constructor Summary
  IVisualBasicActionProxy()
          For internal use only
  IVisualBasicActionProxy(java.lang.Object obj)
           
protected IVisualBasicActionProxy(java.lang.Object obj, java.lang.String iid)
           
  IVisualBasicActionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IVisualBasicActionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 java.lang.String getVBMacroName()
          Identifies the macro name for the Visual Basic action settings.
 java.lang.String getVBModuleName()
          Identifies the module name for the Visual Basic action.
 java.lang.String getVBProjectName()
          Identifies the project name for the Visual Basic action.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setVBMacroName(java.lang.String pVal)
          Identifies the macro name for the Visual Basic action settings.
 void setVBModuleName(java.lang.String pVal)
          Identifies the module name for the Visual Basic action.
 void setVBProjectName(java.lang.String pVal)
          Identifies the project name for the Visual Basic action.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IVisualBasicActionProxy

public IVisualBasicActionProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IVisualBasicActionProxy

public IVisualBasicActionProxy()
For internal use only


IVisualBasicActionProxy

public IVisualBasicActionProxy(java.lang.Object obj)
                        throws java.io.IOException
Throws:
java.io.IOException

IVisualBasicActionProxy

protected IVisualBasicActionProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Throws:
java.io.IOException

IVisualBasicActionProxy

protected IVisualBasicActionProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getVBProjectName

public java.lang.String getVBProjectName()
                                  throws java.io.IOException,
                                         AutomationException
Identifies the project name for the Visual Basic action.

Specified by:
getVBProjectName in interface IVisualBasicAction
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVBProjectName

public void setVBProjectName(java.lang.String pVal)
                      throws java.io.IOException,
                             AutomationException
Identifies the project name for the Visual Basic action.

Specified by:
setVBProjectName in interface IVisualBasicAction
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVBModuleName

public java.lang.String getVBModuleName()
                                 throws java.io.IOException,
                                        AutomationException
Identifies the module name for the Visual Basic action.

Specified by:
getVBModuleName in interface IVisualBasicAction
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVBModuleName

public void setVBModuleName(java.lang.String pVal)
                     throws java.io.IOException,
                            AutomationException
Identifies the module name for the Visual Basic action.

Specified by:
setVBModuleName in interface IVisualBasicAction
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVBMacroName

public java.lang.String getVBMacroName()
                                throws java.io.IOException,
                                       AutomationException
Identifies the macro name for the Visual Basic action settings.

Specified by:
getVBMacroName in interface IVisualBasicAction
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVBMacroName

public void setVBMacroName(java.lang.String pVal)
                    throws java.io.IOException,
                           AutomationException
Identifies the macro name for the Visual Basic action settings.

Specified by:
setVBMacroName in interface IVisualBasicAction
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.