|
|||||||||
| 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
| 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 IOException,
AutomationException
objectFound in interface ISearchEngineEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void searchFinished(ISearchEngineEventsSearchFinishedEvent theEvent)
throws IOException,
AutomationException
searchFinished in interface ISearchEngineEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void searchFailed(ISearchEngineEventsSearchFailedEvent theEvent)
throws IOException,
AutomationException
searchFailed in interface ISearchEngineEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void searchCanceled(ISearchEngineEventsSearchCanceledEvent theEvent)
throws IOException,
AutomationException
searchCanceled in interface ISearchEngineEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void searchLocationChanged(ISearchEngineEventsSearchLocationChangedEvent theEvent)
throws IOException,
AutomationException
searchLocationChanged in interface ISearchEngineEventstheEvent - 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 | ||||||||