com.esri.arcgis.editor
Class IAttributeWindowEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.editor.IAttributeWindowEventsAdapter
All Implemented Interfaces:
IAttributeWindowEvents, java.io.Serializable, java.util.EventListener

public class IAttributeWindowEventsAdapter
extends java.lang.Object
implements IAttributeWindowEvents

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.editor.IAttributeWindowEvents
IID, IIDaf97d767_9c26_400d_a176_37d67b6d3bd2, xxDummy
 
Constructor Summary
IAttributeWindowEventsAdapter()
           
 
Method Summary
 void onActivate(IAttributeWindowEventsOnActivateEvent theEvent)
          Called when the Attribute Inspector dialog is activated.
 void onDeactivate(IAttributeWindowEventsOnDeactivateEvent theEvent)
          Called when the Attribute Inspector dialog is deactivated.
 void onPositionChanged(IAttributeWindowEventsOnPositionChangedEvent theEvent)
          Called when the position of the Attribute Inspector dialog changes.
 void onSelectionChanged(IAttributeWindowEventsOnSelectionChangedEvent theEvent)
          Called when the feature highlighted within the tree view of the Attribute Inspector changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAttributeWindowEventsAdapter

public IAttributeWindowEventsAdapter()
Method Detail

onSelectionChanged

public void onSelectionChanged(IAttributeWindowEventsOnSelectionChangedEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Called when the feature highlighted within the tree view of the Attribute Inspector changes.

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

onActivate

public void onActivate(IAttributeWindowEventsOnActivateEvent theEvent)
                throws java.io.IOException,
                       AutomationException
Called when the Attribute Inspector dialog is activated.

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

onDeactivate

public void onDeactivate(IAttributeWindowEventsOnDeactivateEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Called when the Attribute Inspector dialog is deactivated.

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

onPositionChanged

public void onPositionChanged(IAttributeWindowEventsOnPositionChangedEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Called when the position of the Attribute Inspector dialog changes.

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