com.esri.arcgis.catalog
Class IGxFileFilterEventsAdapter

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

public class IGxFileFilterEventsAdapter
extends java.lang.Object
implements IGxFileFilterEvents

Adapter for COM Event Interface 'com.esri.arcgis.catalog.IGxFileFilterEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.catalog.IGxFileFilterEvents
IID, IIDbdbbb3fa_d0b2_11d1_aed9_080009ec734b, xxDummy
 
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 java.io.IOException,
                                AutomationException
Called when the file filter definition has changed.

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