public class IWorkspaceEventsOnRenameDatasetEvent
extends java.util.EventObject
' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Constructor and Description |
---|
IWorkspaceEventsOnRenameDatasetEvent(java.lang.Object source) |
Modifier and Type | Method and Description |
---|---|
IDataset |
getDataset() |
java.lang.String |
getNewName() |
java.lang.String |
getOldName() |
void |
init(IDataset dataset,
java.lang.String oldName,
java.lang.String newName) |