|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.IWorkspaceEventsAdapter
public class IWorkspaceEventsAdapter
Constructor Summary | |
---|---|
IWorkspaceEventsAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IWorkspaceEventsAdapter()
Method Detail |
---|
public void onCreateDataset(IWorkspaceEventsOnCreateDatasetEvent theEvent) throws IOException, AutomationException
The OnCreateDataset method is fired after a dataset has been created.
onCreateDataset
in interface IWorkspaceEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onRenameDataset(IWorkspaceEventsOnRenameDatasetEvent theEvent) throws IOException, AutomationException
The OnRenameDataset method is fired after a dataset has been renamed.
onRenameDataset
in interface IWorkspaceEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onDeleteDataset(IWorkspaceEventsOnDeleteDatasetEvent theEvent) throws IOException, AutomationException
The OnDeleteDataset method is fired after a dataset has been created.
onDeleteDataset
in interface IWorkspaceEvents
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 |