|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISearchEngineEvents
Provides access to events that are fired by an ongoing search.
| 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. |
| Method Detail |
|---|
void objectFound(ISearchEngineEventsObjectFoundEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void searchFinished(ISearchEngineEventsSearchFinishedEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void searchFailed(ISearchEngineEventsSearchFailedEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void searchCanceled(ISearchEngineEventsSearchCanceledEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void searchLocationChanged(ISearchEngineEventsSearchLocationChangedEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
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 | ||||||||