com.esri.arcgis.catalog
Class IGxFileFilterEventsAdapter
java.lang.Object
com.esri.arcgis.catalog.IGxFileFilterEventsAdapter
- All Implemented Interfaces:
- IGxFileFilterEvents, Serializable, EventListener
public class IGxFileFilterEventsAdapter
- extends Object
- implements IGxFileFilterEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGxFileFilterEventsAdapter
public IGxFileFilterEventsAdapter()
onDefinitionChanged
public void onDefinitionChanged(IGxFileFilterEventsOnDefinitionChangedEvent theEvent)
throws IOException,
AutomationException
- Called when the file filter definition has changed.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Specified by:
onDefinitionChanged
in interface IGxFileFilterEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.