com.esri.arcgis.geodatabaseui
Class ITableViewEventsAdapter

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

public class ITableViewEventsAdapter
extends java.lang.Object
implements ITableViewEvents

Adapter for COM Event Interface 'com.esri.arcgis.geodatabaseui.ITableViewEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabaseui.ITableViewEvents
IID, IIDeafde0df_251d_4936_aaa7_0af6d4dbd685, xxDummy
 
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 java.io.IOException,
                       AutomationException
This event is fired when the user changes cell location.

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

onSelectToggle

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

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