SerializableOperationEvent.Copy, OperationEvent.Move, OperationEvent.Renamepublic class OperationEvent extends EventObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
OperationEvent.Copy |
Notification of a copy action of a data object, creation of a shadow,
or creation from a template.
|
static class |
OperationEvent.Move |
Notification of a move of a data object.
|
static class |
OperationEvent.Rename |
Notification of a rename of a data object.
|
source| Modifier and Type | Method | Description |
|---|---|---|
DataObject |
getObject() |
Get the data object that has been modified.
|
String |
toString() |
getSourcepublic DataObject getObject()
public String toString()
toString in class EventObjectBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.