com.esri.arcgis.geodatabaseui
Class ITableDataCallbackProxy

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

public class ITableDataCallbackProxy
extends com.esri.arcgis.interop.Dispatch
implements ITableDataCallback, Serializable

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

Superseded By

ITableDataCallback2

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
  ITableDataCallbackProxy()
           
  ITableDataCallbackProxy(Object obj)
           
protected ITableDataCallbackProxy(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.
 
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

ITableDataCallbackProxy

public ITableDataCallbackProxy()

ITableDataCallbackProxy

public ITableDataCallbackProxy(Object obj)
                        throws IOException
Throws:
IOException

ITableDataCallbackProxy

protected ITableDataCallbackProxy(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 ITableDataCallback
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.