com.esri.arcgis.catalog
Class IGxFileFilterEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.catalog.IGxFileFilterEventsAdapter
All Implemented Interfaces:
IGxFileFilterEvents, Serializable, EventListener

public class IGxFileFilterEventsAdapter
extends Object
implements IGxFileFilterEvents

See Also:
Serialized Form

Constructor Summary
IGxFileFilterEventsAdapter()
           
 
Method Summary
 void onDefinitionChanged(IGxFileFilterEventsOnDefinitionChangedEvent theEvent)
          Called when the file filter definition has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGxFileFilterEventsAdapter

public IGxFileFilterEventsAdapter()
Method Detail

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.