|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocatorEvents
Provides access to members to respond to locator management operations.
The ILocatorEvents interface is implemented by all locators. ArcObjects applications call the methods on the ILocatorEvents interface when one of the following management functions is performed: Copy; Create; Delete; or Rename. The locator implements its specific behavior in response to these management operations. Typically, a LocatorWorkspace object will call methods on the ILocatorEvents interface.
Method Summary | |
---|---|
void |
onBuild(boolean rebuild,
String tableName,
String configKeyword,
ITrackCancel pCancelTracker)
Responds to the client building or rebuilding the locator. |
void |
onCopy(ILocatorWorkspace pNewLocWks,
String newName,
IPropertySet pNewProps,
String configKeyword,
ITrackCancel pCancelTracker)
Responds to the client copying the locator. |
void |
onDelete(ITrackCancel pCancelTracker)
Responds to the client deleting the locator. |
void |
onRename(String newName,
ITrackCancel pCancelTracker)
Responds to the client renaming the locator. |
Method Detail |
---|
void onBuild(boolean rebuild, String tableName, String configKeyword, ITrackCancel pCancelTracker) throws IOException, AutomationException
rebuild
- The rebuild (in)tableName
- The tableName (in)configKeyword
- The configKeyword (in)pCancelTracker
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onDelete(ITrackCancel pCancelTracker) throws IOException, AutomationException
pCancelTracker
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onRename(String newName, ITrackCancel pCancelTracker) throws IOException, AutomationException
newName
- The newName (in)pCancelTracker
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onCopy(ILocatorWorkspace pNewLocWks, String newName, IPropertySet pNewProps, String configKeyword, ITrackCancel pCancelTracker) throws IOException, AutomationException
pNewLocWks
- A reference to a com.esri.arcgis.geodatabase.ILocatorWorkspace (in)newName
- The newName (in)pNewProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)configKeyword
- The configKeyword (in)pCancelTracker
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
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 |