public class IWorkspaceEventsAdapter extends java.lang.Object implements IWorkspaceEvents
IID, IIDda10c1c4_09a3_11d4_9faa_00c04f6bdf0c, xxDummy
Constructor and Description |
---|
IWorkspaceEventsAdapter() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void onCreateDataset(IWorkspaceEventsOnCreateDatasetEvent theEvent) throws java.io.IOException, AutomationException
onCreateDataset
in interface IWorkspaceEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void onRenameDataset(IWorkspaceEventsOnRenameDatasetEvent theEvent) throws java.io.IOException, AutomationException
onRenameDataset
in interface IWorkspaceEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void onDeleteDataset(IWorkspaceEventsOnDeleteDatasetEvent theEvent) throws java.io.IOException, AutomationException
onDeleteDataset
in interface IWorkspaceEvents
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.