com.esri.arcgis.carto
Class IDefinitionExpressionEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.carto.IDefinitionExpressionEventsAdapter
All Implemented Interfaces:
IDefinitionExpressionEvents, java.io.Serializable, java.util.EventListener

public class IDefinitionExpressionEventsAdapter
extends java.lang.Object
implements IDefinitionExpressionEvents

Adapter for COM Event Interface 'com.esri.arcgis.carto.IDefinitionExpressionEvents'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.carto.IDefinitionExpressionEvents
IID, IID78c6d12c_634e_495e_86b5_17a5d89fb06a, xxDummy
 
Constructor Summary
IDefinitionExpressionEventsAdapter()
           
 
Method Summary
 void definitionExpressionChanged(IDefinitionExpressionEventsDefinitionExpressionChangedEvent theEvent)
          Occurs when the Definition Expression changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDefinitionExpressionEventsAdapter

public IDefinitionExpressionEventsAdapter()
Method Detail

definitionExpressionChanged

public void definitionExpressionChanged(IDefinitionExpressionEventsDefinitionExpressionChangedEvent theEvent)
                                 throws java.io.IOException,
                                        AutomationException
Occurs when the Definition Expression changes.

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