|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.catalogUI.ISearchEngineEventsAdapter
public class ISearchEngineEventsAdapter
Adapter for COM Event Interface 'com.esri.arcgis.catalogUI.ISearchEngineEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.catalogUI.ISearchEngineEvents |
---|
IID, IIDd18306a3_9d3c_11d3_a6cb_0008c7d3ae50, xxDummy |
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 |
---|
public ISearchEngineEventsAdapter()
Method Detail |
---|
public void objectFound(ISearchEngineEventsObjectFoundEvent theEvent) throws java.io.IOException, AutomationException
objectFound
in interface ISearchEngineEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void searchFinished(ISearchEngineEventsSearchFinishedEvent theEvent) throws java.io.IOException, AutomationException
searchFinished
in interface ISearchEngineEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void searchFailed(ISearchEngineEventsSearchFailedEvent theEvent) throws java.io.IOException, AutomationException
searchFailed
in interface ISearchEngineEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void searchCanceled(ISearchEngineEventsSearchCanceledEvent theEvent) throws java.io.IOException, AutomationException
searchCanceled
in interface ISearchEngineEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void searchLocationChanged(ISearchEngineEventsSearchLocationChangedEvent theEvent) throws java.io.IOException, AutomationException
searchLocationChanged
in interface ISearchEngineEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |