com.esri.arcgis.catalogUI
Interface ISearchEngineEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
FindDialog, ISearchEngineEventsAdapter, ISearchEngineEventsProxy

public interface ISearchEngineEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'ISearchEngineEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to events that are fired by an ongoing search.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd18306a3_9d3c_11d3_a6cb_0008c7d3ae50
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDd18306a3_9d3c_11d3_a6cb_0008c7d3ae50

static final int IIDd18306a3_9d3c_11d3_a6cb_0008c7d3ae50
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

objectFound

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

searchFinished

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

searchFailed

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

searchCanceled

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

searchLocationChanged

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

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.