public class OperationEvent extends EventObject
Modifier and Type | Class and 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 and Description |
---|---|
DataObject |
getObject()
Get the data object that has been modified.
|
String |
toString() |
getSource
public DataObject getObject()
public String toString()
toString
in class EventObject