com.esri.arcgis.carto
Class IDefinitionExpressionEventsAdapter

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

public class IDefinitionExpressionEventsAdapter
extends Object
implements IDefinitionExpressionEvents

See Also:
Serialized Form

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 IOException,
                                        AutomationException
Occurs when the Definition Expression changes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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