|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWorkspaceEvents
Provides access to events that may be fired by a Workspace.
| Method Summary | |
|---|---|
void |
onCreateDataset(IWorkspaceEventsOnCreateDatasetEvent theEvent)
This event is fired when a dataset is created. |
void |
onDeleteDataset(IWorkspaceEventsOnDeleteDatasetEvent theEvent)
This event is fired when a dataset is deleted. |
void |
onRenameDataset(IWorkspaceEventsOnRenameDatasetEvent theEvent)
This event is fired when a dataset is renamed. |
| Method Detail |
|---|
void onCreateDataset(IWorkspaceEventsOnCreateDatasetEvent theEvent)
throws IOException,
AutomationException
The OnCreateDataset method is fired after a dataset has been created.
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onRenameDataset(IWorkspaceEventsOnRenameDatasetEvent theEvent)
throws IOException,
AutomationException
The OnRenameDataset method is fired after a dataset has been renamed.
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onDeleteDataset(IWorkspaceEventsOnDeleteDatasetEvent theEvent)
throws IOException,
AutomationException
The OnDeleteDataset method is fired after a dataset has been created.
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 | ||||||||