com.esri.arcgis.geodatabaseui
Class ITableViewEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabaseui.ITableViewEventsAdapter
All Implemented Interfaces:
ITableViewEvents, Serializable, EventListener

public class ITableViewEventsAdapter
extends Object
implements ITableViewEvents

See Also:
Serialized Form

Constructor Summary
ITableViewEventsAdapter()
           
 
Method Summary
 void onCellMove(ITableViewEventsOnCellMoveEvent theEvent)
          This event is fired when the user changes cell location.
 void onSelectToggle(ITableViewEventsOnSelectToggleEvent theEvent)
          This event is fired when the user presses the select toggle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITableViewEventsAdapter

public ITableViewEventsAdapter()
Method Detail

onCellMove

public void onCellMove(ITableViewEventsOnCellMoveEvent theEvent)
                throws IOException,
                       AutomationException
This event is fired when the user changes cell location.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
onCellMove in interface ITableViewEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onSelectToggle

public void onSelectToggle(ITableViewEventsOnSelectToggleEvent theEvent)
                    throws IOException,
                           AutomationException
This event is fired when the user presses the select toggle.

Product Availability

Available with ArcGIS Desktop.

Specified by:
onSelectToggle in interface ITableViewEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.