com.esri.arcgis.carto
Class IDefinitionExpressionEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IDefinitionExpressionEventsAdapter
- All Implemented Interfaces:
- IDefinitionExpressionEvents, Serializable, EventListener
public class IDefinitionExpressionEventsAdapter
- extends Object
- implements IDefinitionExpressionEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDefinitionExpressionEventsAdapter
public IDefinitionExpressionEventsAdapter()
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.