com.esri.arcgis.catalogUI
Class ISearchEngineEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.catalogUI.ISearchEngineEventsAdapter
All Implemented Interfaces:
ISearchEngineEvents, Serializable, EventListener

public class ISearchEngineEventsAdapter
extends Object
implements ISearchEngineEvents

See Also:
Serialized Form

Constructor Summary
ISearchEngineEventsAdapter()
           
 
Method Summary
 void objectFound(ISearchEngineEventsObjectFoundEvent theEvent)
          Fired when an object is found that satisfies the search criteria.
 void searchCanceled(ISearchEngineEventsSearchCanceledEvent theEvent)
          Fired when the search is explicitly canceled.
 void searchFailed(ISearchEngineEventsSearchFailedEvent theEvent)
          Fired when the search terminates prematurely.
 void searchFinished(ISearchEngineEventsSearchFinishedEvent theEvent)
          Fired when the search is complete.
 void searchLocationChanged(ISearchEngineEventsSearchLocationChangedEvent theEvent)
          Fired when the search begins looking inside a new folder or other container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISearchEngineEventsAdapter

public ISearchEngineEventsAdapter()
Method Detail

objectFound

public void objectFound(ISearchEngineEventsObjectFoundEvent theEvent)
                 throws IOException,
                        AutomationException
Fired when an object is found that satisfies the search criteria.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

searchFinished

public void searchFinished(ISearchEngineEventsSearchFinishedEvent theEvent)
                    throws IOException,
                           AutomationException
Fired when the search is complete.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

searchFailed

public void searchFailed(ISearchEngineEventsSearchFailedEvent theEvent)
                  throws IOException,
                         AutomationException
Fired when the search terminates prematurely.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

searchCanceled

public void searchCanceled(ISearchEngineEventsSearchCanceledEvent theEvent)
                    throws IOException,
                           AutomationException
Fired when the search is explicitly canceled.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

searchLocationChanged

public void searchLocationChanged(ISearchEngineEventsSearchLocationChangedEvent theEvent)
                           throws IOException,
                                  AutomationException
Fired when the search begins looking inside a new folder or other container.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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