com.esri.arcgis.geodatabaseui
Class ITableDataCallback2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseui.ITableDataCallback2Proxy
All Implemented Interfaces:
ITableDataCallback2, Externalizable, Serializable

public class ITableDataCallback2Proxy
extends com.esri.arcgis.interop.Dispatch
implements ITableDataCallback2, Serializable

Provides access to member using which a client provide information that the object can't fully known about itself. A callback interface.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ITableDataCallback2Proxy()
           
  ITableDataCallback2Proxy(Object obj)
           
protected ITableDataCallback2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void removeListener(String iidStr, Object theListener)
           
 ICursor tableSearch(IQueryFilter pQueryFilter, boolean recycling)
          Returns a search cursor on the table.
 ICursor tableUpdate(IQueryFilter pQueryFilter, boolean recycling)
          Returns a update cursor on the table.
 
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

noncastable

public boolean noncastable
Constructor Detail

ITableDataCallback2Proxy

public ITableDataCallback2Proxy()

ITableDataCallback2Proxy

public ITableDataCallback2Proxy(Object obj)
                         throws IOException
Throws:
IOException

ITableDataCallback2Proxy

protected ITableDataCallback2Proxy(Object obj,
                                   String iid)
                            throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

tableSearch

public ICursor tableSearch(IQueryFilter pQueryFilter,
                           boolean recycling)
                    throws IOException,
                           AutomationException
Returns a search cursor on the table.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
tableSearch in interface ITableDataCallback2
Parameters:
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
recycling - The recycling (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

tableUpdate

public ICursor tableUpdate(IQueryFilter pQueryFilter,
                           boolean recycling)
                    throws IOException,
                           AutomationException
Returns a update cursor on the table.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
tableUpdate in interface ITableDataCallback2
Parameters:
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
recycling - The recycling (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.